Skip to main content
A newer version of this page is available.
All docs
V18.2

MVCxSchedulerStorage.ImportFromICalendar(Stream) Method

For internal use. Use the SchedulerExtension.ImportFromICalendar<T> instead.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public void ImportFromICalendar(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream containing data in iCalendar format.

Remarks

This method utilizes the AppointmentImporter.Import method to import appointments from the data in iCalendar format.

See Also