VEvent.RecurrenceId Property
Provides access to the RECURRENCE-ID property of a calendar component.
Namespace: DevExpress.XtraScheduler.iCalendar.Components
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraScheduler.iCalendar.Components.RecurrenceIdProperty | A DevExpress.XtraScheduler.iCalendar.Components.RecurrenceIdProperty object representing the RECURRENCE-ID calendar property. |
Remarks
The RECURRENCE-ID property is used to identify a specific instance of a recurring calendar component. The property value is the effective value of the “DTSTART” property of the recurrence instance.
See Also