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

MVCxSchedulerStorage.ImportFromVCalendar(Stream) Method

For internal use. Imports the scheduler’s data from a stream whose data is in the vCalendar format.

Namespace: DevExpress.Web.Mvc

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

Declaration

public void ImportFromVCalendar(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream object which specifies the stream that contains the data to import to the scheduler.

Remarks

Note

The vCalendar data exchange is based on specification 1.0.

See Also