Skip to main content

iCalendarHelper Class

Provides methods for recurrence rule conversion between the RecurrenceInfo object and iCalendar format.

Namespace: DevExpress.XtraScheduler.iCalendar

Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

#Declaration

public static class iCalendarHelper

#Remarks

Use the following methods for conversion:

Method Conversion
iCalendarHelper.ExtractRecurrenceRule RecurrenceInfo -> iCalendar
iCalendarHelper.ApplyRecurrenceRule iCalendar -> RecurrenceInfo

#Inheritance

Object
iCalendarHelper
See Also