Skip to main content
All docs
V19.2

MVCxSchedulerStorage.ExportToVCalendar(String) Method

For internal use. Use the SchedulerExtension.ExportToICalendar instead.

Namespace: DevExpress.Web.Mvc

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

Declaration

public void ExportToVCalendar(
    string path
)

Parameters

Name Type Description
path String

A String, containing the full path (including the file name and extension) of the file to which the scheduler’s data will be exported.

Remarks

Note

The vCalendar data exchange is based on specification 1.0.

See Also