Holded calendar
holded_calendarManage calendar events and bookings: list, view, create, update, delete events and bookings, check availability slots, and list locations.
Instructions
Events and bookings. Actions: list_events, get_event, create_event, update_event, delete_event, list_bookings (start_date, end_date, service_id, sort_field, sort_order), get_booking, create_booking, update_booking, cancel_booking, list_locations, slots (id is the location id; data carries the query, for example { date, service_id }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Record id (24 hex characters) | |
| data | No | Payload for create and update actions, following the Holded v2 request contract | |
| limit | No | Page size, 1 to 200 (default 50) | |
| action | Yes | ||
| cursor | No | Cursor from the previous page to continue listing | |
| confirm | No | Required for gated actions. The first call without it sends nothing and explains what would happen. | |
| end_date | No | ||
| service_id | No | ||
| sort_field | No | ||
| sort_order | No | ||
| start_date | No |