Back to Devexpress

SchedulerStorageBase.ImportFromVCalendar(Stream) Method

corelibraries-devexpress-dot-xtrascheduler-dot-schedulerstoragebase-dot-importfromvcalendar-x28-system-dot-io-dot-stream-x29.md

latest2.0 KB
Original Source

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.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public void ImportFromVCalendar(
    Stream stream
)
vb
Public Sub ImportFromVCalendar(
    stream As Stream
)

Parameters

NameTypeDescription
streamStream

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.

Implements

ImportFromVCalendar(Stream)

See Also

ExportToVCalendar

ImportFromOutlook()

SchedulerStorageBase Class

SchedulerStorageBase Members

DevExpress.XtraScheduler Namespace