Back to Devexpress

SchedulerStorageBase.ImportFromVCalendar(String) Method

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

latest2.0 KB
Original Source

SchedulerStorageBase.ImportFromVCalendar(String) Method

Imports data into the scheduler from a file 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(
    string path
)
vb
Public Sub ImportFromVCalendar(
    path As String
)

Parameters

NameTypeDescription
pathString

A String, containing the full path (including the file name and extension) of the file from which the scheduler’s data will be loaded.

|

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(String)

See Also

ExportToVCalendar

ImportFromOutlook()

SchedulerStorageBase Class

SchedulerStorageBase Members

DevExpress.XtraScheduler Namespace