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

ISchedulerStorageBase.ImportFromVCalendar(String) Method

Imports data into the scheduler from a file in the vCalendar format.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

void ImportFromVCalendar(
    string path
)

Parameters

Name Type Description
path String

A String, containing the full path of the file from which the data will be loaded.

Remarks

Note

The vCalendar data exchange is based on specification 1.0.

See Also