Skip to main content

SchedulerDataStorage.ImportFromVCalendar(String) Method

SECURITY-RELATED CONSIDERATIONS

Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v25.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public void ImportFromVCalendar(
    string path
)

Parameters

Name Type Description
path String

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.

See Also