ISchedulerStorageBase.ExportToVCalendar(Stream) Method
Exports the data in the scheduler to a stream in the vCalendar format.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream object which specifies the stream into which the scheduler’s data will be exported. |
Remarks
Note
The vCalendar data exchange is based on specification 1.0.
See Also