Skip to main content
PATCH
/
schedules
/
{id}
Edit an existing schedule
curl --request PATCH \
  --url 'https://api.cal.com/v1/schedules/{id}?apiKey=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "timeZone": "<string>"
}
'
{}

Authorizations

apiKey
string
query
required

Path Parameters

id
integer
required

ID of the schedule to edit

Query Parameters

apiKey
string
required

Your API Key

Body

application/json

Edit an existing schedule

name
string

Name of the schedule

timeZone
string

The timezone for this schedule

Response

OK, schedule edited successfully