Updates the availability schedule associated with an event type.
curl --request PATCH \
--url https://api.calendly.com/event_type_availability_schedules/{uuid} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"rules": [
{}
],
"timezone": "<string>"
}
'{
"resource": {
"uri": "<string>",
"default": true,
"name": "<string>",
"user": "<string>",
"timezone": "<string>",
"rules": [
{}
]
}
}Documentation Index
Fetch the complete documentation index at: https://calendly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Unique identifier for the resource.
OK
Show child attributes
curl --request PATCH \
--url https://api.calendly.com/event_type_availability_schedules/{uuid} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"rules": [
{}
],
"timezone": "<string>"
}
'{
"resource": {
"uri": "<string>",
"default": true,
"name": "<string>",
"user": "<string>",
"timezone": "<string>",
"rules": [
{}
]
}
}