recurrence property

List<String>? recurrence
getter/setter pair

List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event, as specified in RFC5545.

Note that DTSTART and DTEND lines are not allowed in this field; event start and end times are specified in the start and end fields. This field is omitted for single events or instances of recurring events.

Implementation

core.List<core.String>? recurrence;