Skip to main content

ScheduleType

Enum representing the currently supported schedule types. Additional values may be added in the future without notice.

Enum

  • DAILY (value: 'DAILY')

  • WEEKLY (value: 'WEEKLY')

  • MONTHLY (value: 'MONTHLY')

  • CALENDAR (value: 'CALENDAR')

  • ANNUALLY (value: 'ANNUALLY')

[Back to top]