ISchedulerStorageBase.ImportFromVCalendar(String) Method
Imports data into the scheduler from 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 of the file from which the data will be loaded. |
Remarks
Note
The vCalendar data exchange is based on specification 1.0.
See Also