SchedulerStorageBase.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.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream object which specifies the stream that contains the data to import to the scheduler. |
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.
Implements
See Also