Skip to main content
A newer version of this page is available.
All docs
V18.2

MVCxSchedulerStorage.ExportToICalendar(Stream) Method

For internal use. Use the SchedulerExtension.ExportToICalendar instead.

Namespace: DevExpress.Web.Mvc

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

Declaration

public void ExportToICalendar(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream containing data in iCalendar format.

Remarks

This method utilizes the AppointmentExporter.Export method to export appointments in iCalendar format.

See Also