Update a schedule
Schedules
Update a schedule
Please make sure to pass in the cal-api-version header value as mentioned in the Headers section. Not passing the correct value will default to an older version of this endpoint.
If accessed using an OAuth access token, the SCHEDULE_WRITE scope is required.
PATCH
Update a schedule
Documentation Index
Fetch the complete documentation index at: https://cal.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Headers
value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token
Must be set to 2024-06-11. If not set to this value, the endpoint will default to an older version.
Path Parameters
Body
application/json
Example:
"One-on-one coaching"
Example:
"Europe/Rome"
Example:
[
{
"days": ["Monday", "Tuesday"],
"startTime": "09:00",
"endTime": "10:00"
}
]Example:
true
Example:
[
{
"date": "2024-05-20",
"startTime": "12:00",
"endTime": "14:00"
}
]