recurrence_dates Property

Individual dates on which the event will recur.

Syntax

def get_recurrence_dates() -> str: ...
def set_recurrence_dates(value: str) -> None: ...

recurrence_dates = property(get_recurrence_dates, set_recurrence_dates)

Default Value

""

Remarks

Individual dates on which the event will recur.

This property is used if you wish to denote specific, individual dates on which the event recurs. If you have an event that occurs monthly or weekly or on some other time interval, use the recurrence_rule property instead.

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.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]