Skip to main content
A newer version of this page is available. .

ISchedulerStorageBase.ExportToVCalendar(Stream) Method

Exports the data in the scheduler to a stream in the vCalendar format.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

void ExportToVCalendar(
    Stream stream
)

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