Skip to main content
A newer version of this page is available.
All docs
V18.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.v18.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