Sign in

Create single-use scheduling link

documented

Create a one-time scheduling link for a specific owner (e.g., an event type).

POST /scheduling_linksScheduling Linksno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.calendly.com/scheduling_links" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -d '{"owner": "https://api.calendly.com/event_types/{{$event_type_uuid}}", "owner_type": "EventType", "max_event_count": 1}'