Apply user availability schedule to a calendar
PUT/calendars/schedules/:id/associations/:calendarId
Associates a calendar with the given schedule by adding the calendarId to a schedule
Request
Version stringrequired
API Version
Available options
v3id stringrequired
Unique identifier of the schedule
calendarId stringrequired
Unique identifier of the team calendar to add to the schedule
Calendar successfully added to schedule
- application/json
- Schema
- Example (auto)
Schema
successboolean
Whether the operation was successful
{
"success": true
}