Back to Devexpress

VCalendar 1.0 Support

windowsforms-11998-controls-and-libraries-scheduler-import-and-export-vcalendar-10-support.md

latest1.6 KB
Original Source

VCalendar 1.0 Support

  • Aug 01, 2019

This document provides an overview of VCalendar 1.0 format implementation in the XtraScheduler Suite.

Note

We suggest that you consider using the iCalendar format instead, since iCalendar is the latest and most advanced format version based on the vCalendar file format.

The SchedulerDataStorage class provides the following methods designed to support VCalendar 1.0 format.

MethodDescription
SchedulerStorageBase.ImportFromVCalendarImports data into the scheduler from a file or a data stream in vCalendar format.
SchedulerStorageBase.ExportToVCalendarExports the data in the scheduler to a file or a stream in vCalendar format.

Our VCalendar implementation supports the basic properties of VCalendar objects, including recurrence. Reminders of any kind are not supported.

The following VCalendar properties contained in the VCalendar 1.0 specification are NOT supported in XtraScheduler Suite.

“ATTACH”, “ATTENDEE”, “AALARM”, “CATEGORIES”, “CLASS”, “DCREATED”, “COMPLETED”, “DALARM”, “DUE”, “LAST-MODIFIED”, “MALARM”, “RNUM”, “PALARM”, “RELATED-TO”, “RDATE”, “RESOURCES”, “SEQUENCE”, “STATUS”, “URL”, “UID”