Skip to main content
PATCH
Update a schedule

Headers

Authorization
string

For non-platform customers - value must be Bearer <token> where <token> is api key prefixed with cal_

x-cal-secret-key
string

For platform customers - OAuth client secret key

x-cal-client-id
string

For platform customers - OAuth client ID

Path Parameters

userId
number
required
scheduleId
number
required
orgId
number
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