Skip to main content

gcal.recurrencerules

Home > @runlightyear/gcal > RecurrenceRules

RecurrenceRules type

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.

Signature:
declare type RecurrenceRules = Array<string>;