Information about the start and end dates of the first and last events that belong to a schedule and whether any events follow an unlimited repetition pattern.
ID of the schedule to which the time frame belongs.
Information about the presence of recurring events within the schedule.
Supported values:
NONE
: No events are scheduled within the schedule.FINITE
: All recurring events within the schedule have a defined end date, or there are no recurring events.INFINITE
: At least one recurring event within the schedule has no end date, meaning it follows an unlimited repetition pattern.Start date of the first event
within the schedule. Identical to event.start.localDate
. Available only if
status
is set to FINITE
or INFINITE
.
End date of the last event
belonging to the schedule. Identical to event.end.localDate
. Available only if
status
is set to FINITE
.
Start date of the first event
belonging to the schedule, adjusted to timeZone
of the
site properties
or the timeZone
specified in the request.
Identical to event.adjustedStart.localDate
.
End date of the last event
belonging to the schedule, adjusted to timeZone
of the
site properties
or the timeZone
specified in the request.
Identical to event.adjustedEnd.localDate
.
Revision number, which increments by 1 each time the schedule time frame is updated.