SchedulerDataStorage.ImportFromVCalendar(String) Method
Imports data into the scheduler from a file in the vCalendar format.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
path | String | A String, containing the full path (including the file name and extension) of the file from which the scheduler’s data will be loaded. |
Remarks
When importing data from vCalendar format to the storage, make sure that the DevExpress.XtraScheduler.vX.Y.VCalendarExchange.dll assembly is included in the References list of your project.
Note
The vCalendar data exchange is based on specification 1.0.
See Also