Skip to main content
All docs
V19.2

MVCxSchedulerStorage.ImportFromICalendar(Stream) Method

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.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