Repeated occurrence of an event in a time range.

Recurrence

interface ServicesApiModelRecurrence {
    daysOfMonth?: number[];
    daysOfWeek?: (
        | "MONDAY"
        | "TUESDAY"
        | "WEDNESDAY"
        | "THURSDAY"
        | "FRIDAY"
        | "SATURDAY"
        | "SUNDAY"
        | ServicesApiModelDayOfWeek
    )[];
    endTime: string;
}

Properties

daysOfMonth?: number[]

Days of the month when recurrence is valid.

Recurrence

daysOfWeek?: (
    | "MONDAY"
    | "TUESDAY"
    | "WEDNESDAY"
    | "THURSDAY"
    | "FRIDAY"
    | "SATURDAY"
    | "SUNDAY"
    | ServicesApiModelDayOfWeek
)[]

Days of the week when recurrence is valid. If the schedule is valid every Monday, input will only contain MONDAY in the list.

Recurrence

endTime: string

End time of the recurrence.

Recurrence

MMNEPVFCICPMFPCPTTAAATR