Skip to main content
All docs
V19.2

MVCxSchedulerStorage.ImportFromICalendar(String) 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(
    string path
)

Parameters

Name Type Description
path String

A string that is the path to a file containing iCalendar data.

Remarks

This method creates a FileStream from the file located at the specified path and utilizes the AppointmentImporter.Import method to import appointments in iCalendar format.

See Also