# Bookable Events

> **BETA**

Bookable Events describe specific times that can be offered for scheduling. Along with having both time and duration then can also be used to track registrations for events and thus have an optional capacity to limit the number of registrations.

#### Notes
Bookable Events are created for an Application and thus use the `CLIENT_SECRET` as the `API_KEY` for authorization of API calls.


---
[Read in HTML](/developers/api/scheduling/bookable-events/)

## In this section

- [Create a Bookable Event](/developers/api/scheduling/bookable-events/create/index.md) — Creates a Bookable Events for the application.
- [Read Bookable Event](/developers/api/scheduling/bookable-events/read/index.md) — Read a Bookable Events for the application.
- [Registrations](/developers/api/scheduling/bookable-events/registrations/index.md) — Record the registrations against a Bookable Event.
- [Availability](/developers/api/scheduling/bookable-events/availability/index.md) — How to use Bookable Events with Availability queries.
