Schedules
Schedules are independent objects. The Team object is responsible for assigning itself a primary schedule and an Escalation Policy.
The Schedule Object
Property
Type
Description
name
string
The name of the schedule
Create a Schedule
Allowed Parameters
Required Parameters
name
Retrieve a Schedule
Update a Schedule
Delete a Schedule
List all Schedules
Flush a Schedule
Removes all events from the schedule. See flush schedule documentation.
Current On-Call
Returns on-call event attendees for now. (Handles repeating events and rotations)
Window Events
Return on-call event attendees for a specified time frame. (Handles repeating events and rotations)
Query Parameter
Description
start
UTC string of start time to consider (ex: 2022-10-12 07:00:00)
end
UTC string of end time to consider (ex: 2022-10-12 07:00:00)
Events
Return Events that are assigned to this schedule. (Does not handle repeating events and rotations. Unprocessed representation of events.)
Last updated