Skip to main content

VEvent.RecurrenceRules Property

Provides access to the RRULE property of a calendar component.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public RecurrenceRulePropertyCollection RecurrenceRules { get; }

Property Value

Type Description
DevExpress.XtraScheduler.iCalendar.Components.RecurrenceRulePropertyCollection

A DevExpress.XtraScheduler.iCalendar.Components.RecurrenceRulePropertyCollection class instance containing a list of objects used to represent recurrence rules.

Remarks

Comprehensive examples for RRULE are given in RFC 2445.

See Also