Skip to main content
A newer version of this page is available. .

ISchedulerStorageBase.ExportToVCalendar(String) Method

Exports the data in the scheduler to a file in the vCalendar format.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

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