recurrence_id Property
Identifies a recurring event.
Syntax
def get_recurrence_id() -> str: ... def set_recurrence_id(value: str) -> None: ...
recurrence_id = property(get_recurrence_id, set_recurrence_id)
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.