RecurrenceId Property
Identifies a recurring event.
Syntax
__property String RecurrenceId = {read=FRecurrenceId, write=FSetRecurrenceId, default=""};
Default Value
""
Remarks
Identifies a recurring event.
This property is used in conjunction with the CalDAV UID and Sequence properties to identify a specific instance of a recurring event, todo, or journal. The value of this property is the value of the CalDAV StartDate property of the original recurrence instance.
This property is filled after retrieving a calendar event, and is also used to create an event to put on the server. However, when requesting a report the contents of this property will only be valid inside the CalDAV EventDetails event.
Data Type
String