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

SchedulerStorageBase.ImportFromVCalendar(Stream) Method

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.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

When importing data from vCalendar format to the storage, make sure that the DevExpress.XtraScheduler.vX.Y.VCalendarExchange.dll assembly is included in the References list of your project.

Note

The vCalendar data exchange is based on specification 1.0.

See Also