reserve_slot
Hold a specific time slot temporarily while you collect booking details. Prevents others from taking the slot before you confirm the reservation.
Instructions
Temporarily reserve a slot before creating a booking.
slotId is REQUIRED (use the slot ID from get_available_slots response). Reservation expires after a short window — create the booking before it lapses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | Slot start time (ISO 8601 UTC) | |
| slot_id | Yes | Slot identifier from get_available_slots | |
| event_type_id | Yes | Event type ID | |
| attendee_time_zone | Yes | Attendee's IANA timezone |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |