Skip to main content
PATCH
Update a schedule

Headers

Authorization
string
required

value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token

cal-api-version
string
default:2024-06-11
required

Must be set to 2024-06-11. If not set to this value, the endpoint will default to an older version.

Example:

"2024-06-11"

Path Parameters

scheduleId
string
required

Body

application/json
name
string
Example:

"One-on-one coaching"

timeZone
string
Example:

"Europe/Rome"

availability
object[]
Example:
isDefault
boolean
Example:

true

overrides
object[]
Example:

Response

200 - application/json
status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
object
required