Schedules

The schedules endpoint in Cal.com's API suite allows you to set out time blocks when you want to show availability.

Find all schedules

GET

/schedules

Create a new schedule

POST

/schedules

Find a schedule

GET

/schedules/{id}

Edit an existing schedule

PATCH

/schedules/{id}

Remove an existing schedule

DELETE

/schedules/{id}

Was this page helpful?