Skip to main content
All docs
V19.2

MVCxSchedulerStorage.ExportToICalendar(String) Method

For internal use. Use the SchedulerExtension.ExportToICalendar instead.

Namespace: DevExpress.Web.Mvc

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

Declaration

public void ExportToICalendar(
    string path
)

Parameters

Name Type Description
path String

A string that is the path to a file that will contain data in iCalendar format.

Remarks

This method utilizes the AppointmentExporter.Export method to export appointments in iCalendar format.

See Also