Services
Services represent bookable offerings in the calendar system. They define the characteristics, availability, and booking options for different types of appointments or events that can be scheduled.
Overview
A service can be:
- A consultation session
- A meeting type
- A rentable resource
- Any other bookable time slot with specific properties
Key Features
- Flexible Scheduling: Define date ranges for service availability
- Booking Options: Configure appointment durations, buffer times, and booking rules
- Calendar Association: Link services to specific calendars
- Custom Fields: Add extra metadata to services as needed
Available Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /v2/services | List all services |
GET | /v2/services/:id | Get a specific service |
POST | /v2/services | Create a new service |
PUT | /v2/services/:id | Update an existing service |
DELETE | /v2/services/:id | Delete a service |