Schedule Time Frame Object


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.

Properties
adjustedFirstEventStartDateZonedDateRead-only

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.


adjustedLastEventEndDateZonedDateRead-only

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.


firstEventStartDateZonedDateRead-only

Start date of the first event within the schedule. Identical to event.start.localDate. Available only if status is set to FINITE or INFINITE.


idstringRead-onlyformat GUID

ID of the schedule to which the time frame belongs.


lastEventEndDateZonedDateRead-only

End date of the last event belonging to the schedule. Identical to event.end.localDate. Available only if status is set to FINITE.


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the schedule time frame is updated.


statusstringRead-only
Did this help?