curl --request PUT \
--url https://services.leadconnectorhq.com/calendars/schedules/{id}/associations/{calendarId} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"success": true
}Associates a calendar with the given schedule by adding the calendarId to a schedule
curl --request PUT \
--url https://services.leadconnectorhq.com/calendars/schedules/{id}/associations/{calendarId} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"success": true
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-04-15 Unique identifier of the schedule
"IkqiJlXJ7o9h61tCHHod"
Unique identifier of the team calendar to add to the schedule
"WvVX9LpvlBO6K506xLbp"
Calendar successfully added to schedule
true
Was this page helpful?