ISchedulerStorageBase.ExportToVCalendar(String) Method
Exports the data in the scheduler to a file in the vCalendar format.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
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