Details about how a recurring event will be scheduled. If the event is to be scheduled indefinitely, this will lack an "end" property.
| Name | Type | Description | Notes |
|---|---|---|---|
| days_of_week | list[CalendarDayOfWeek] | Which days of the week the event will be scheduled, only valid/present for "weekly" recurring events | [optional] |
| end | CalendarEventRecurrenceEnd | [optional] | |
| frequency | CalendarEventFrequency | ||
| interval | int | How often the event will be scheduled, in units of "frequency" | |
| timezone | str | The timezone the event will be scheduled in, in Area/Location format |