Skip to main content
A newer version of this page is available.
All docs
V19.1

MVCxSchedulerStorage.ImportFromICalendar(Stream) Method

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

Namespace: DevExpress.Web.Mvc

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