Recurrence

Description

An object that represents the recurrence period for a time range. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)

Model Properties

Property Required Type Description
days False [object] A list of enum values that define the days for a DAILY_INTERVAL object. List each day on which the time interval applies. Enum values are: <MON,TUE,WED,THU,FRI,SAT,SUN>
recurrenceType False string Represents the type of Recurrence Object.Enum values are: <DAILY_INTERVAL,RANGE>
dailyStartTime False string For DAILY_INTERVAL objects, the daily start time of the time interval, in HH:MM 24-hour format.
Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist)
dailyEndTime False string For DAILY_INTERVAL objects, the daily end time of the time interval, in HH:MM 24-hour format.
Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist)
rangeStartDay False string For RANGE objects, the start day of the time range.Day on which range object expires. Enum values are: <MON,TUE,WED,THU,FRI,SAT,SUN>
rangeStartTime False string For RANGE objects, the start time of the time range, in HH:MM format.
Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist)
rangeEndDay False string For RANGE objects, the end day of the time range.Day on which range object expires. Enum values are: <MON,TUE,WED,THU,FRI,SAT,SUN>
rangeEndTime False string For RANGE objects, the end time of the time range, in HH:MM 24-hour format.
Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist)
type True string A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name.