Skip to main content
All docs
V19.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.v19.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