Skip to main content
All docs
V19.2

MVCxSchedulerStorage.ExportToVCalendar(Stream) Method

For internal use. Use the SchedulerExtension.ExportToICalendar instead.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public 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