Skip to main content

VEvent.RecurrenceId Property

Provides access to the RECURRENCE-ID 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 RecurrenceIdProperty RecurrenceId { get; }

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