ISchedulerStorageBase.ImportFromVCalendar(Stream) Method
Imports the scheduler’s data from a stream whose data is in the vCalendar format.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream object which specifies the stream that contains the data to import to the scheduler. |
Remarks
Note
The vCalendar data exchange is based on specification 1.0.
See Also