iCalendarHelper Class
Provides methods for recurrence rule conversion between the RecurrenceInfo object and iCalendar format.
Namespace: DevExpress.XtraScheduler.iCalendar
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Remarks
Use the following methods for conversion:
Method | Conversion |
---|---|
iCalendarHelper.ExtractRecurrenceRule | RecurrenceInfo -> iCalendar |
iCalendarHelper.ApplyRecurrenceRule | iCalendar -> RecurrenceInfo |
Inheritance
Object
iCalendarHelper
See Also