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

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