Skip to content

Latest commit

History

History
16 lines (11 loc) 路 1008 Bytes

File metadata and controls

16 lines (11 loc) 路 1008 Bytes

CalendarEventRecurrence

Details about how a recurring event will be scheduled. If the event is to be scheduled indefinitely, this will lack an "end" property.

Properties

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

[Back to Model list] [Back to API list] [Back to README]