Skip to main content
PUT
/
calendars
/
schedules
/
{id}
/
associations
/
{calendarId}
Apply user availability schedule to a calendar
curl --request PUT \
  --url https://services.leadconnectorhq.com/calendars/schedules/{id}/associations/{calendarId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Version: <version>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-04-15

Path Parameters

id
string
required

Unique identifier of the schedule

Example:

"IkqiJlXJ7o9h61tCHHod"

calendarId
string
required

Unique identifier of the team calendar to add to the schedule

Example:

"WvVX9LpvlBO6K506xLbp"

Response

Calendar successfully added to schedule

success
boolean
Example:

true

Last modified on March 4, 2026