Creates a single-use scheduling link with custom availability, overriding the event type’s default availability.
curl --request POST \
--url https://api.calendly.com/shares \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"event_type": "<string>",
"name": "<string>",
"duration": 123,
"availability_rule": {},
"period_type": "fixed",
"max_booking_time": 123,
"location_configurations": [
{}
]
}
'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.
Created
curl --request POST \
--url https://api.calendly.com/shares \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"event_type": "<string>",
"name": "<string>",
"duration": 123,
"availability_rule": {},
"period_type": "fixed",
"max_booking_time": 123,
"location_configurations": [
{}
]
}
'