Skip to main content
All docs
V19.2

MVCxSchedulerStorage.ImportFromVCalendar(String) Method

For internal use. Imports data into the scheduler storage from a file in the vCalendar format.

Namespace: DevExpress.Web.Mvc

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

Declaration

public void ImportFromVCalendar(
    string path
)

Parameters

Name Type Description
path String

A String, containing the full path of the file with vCalendar data.

Remarks

Note

The vCalendar data exchange is based on specification 1.0.

See Also