Optional
additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional
periodHow often to repeat as an integer.
For example, to repeat every 3 days, select a type of days
and a period of 3
.
Optional
rruleThe RRULE
standard for defining recurring events (requires to set "type" to rrule)
For example, to have a recurring event on the first day of each month, set the type to rrule
and set the FREQ
to MONTHLY
and BYMONTHDAY
to 1
.
Most common rrule
options from the iCalendar Spec are supported.
Note: Attributes specifying the duration in RRULE
are not supported (for example, DTSTART
, DTEND
, DURATION
).
More examples available in this downtime guide
Optional
typeThe type of recurrence. Choose from days
, weeks
, months
, years
, rrule
.
Optional
untilThe date at which the recurrence should end as a POSIX timestamp.
until_occurences
and until_date
are mutually exclusive.
Optional
untilHow many times the downtime is rescheduled.
until_occurences
and until_date
are mutually exclusive.
Optional
weekA list of week days to repeat on. Choose from Mon
, Tue
, Wed
, Thu
, Fri
, Sat
or Sun
.
Only applicable when type is weeks. First letter must be capitalized.
Generated using TypeDoc
An object defining the recurrence of the downtime.