Skip to main content
Clone ID: calcom This clone is a preview. Coverage is still pending, so the surface is accurate on what it implements but does not yet span the full Cal.com API. Covers Cal.com scheduling workflows: the authenticated user, event types, availability schedules, computed booking slots, the full booking lifecycle (create, cancel, reschedule), connected calendars, and the webhook lifecycle (create, get, update, delete).

Start here

Available tools

Account

Event types

Schedules and slots

Calendars

Bookings

Webhooks

Notes

  • REST routes use Cal.com’s /v2/... path shape.
  • Available slots are computed from the event type’s schedule availability minus existing bookings, so booking a slot removes it and cancelling restores it.
  • The webhook list/create/update/delete endpoints return a compact summary; the single-webhook get returns the full detail record.
  • demo includes the user, four event types, the “Working hours” schedule, a sample booking, the connected calendars, and three webhooks.