reschedule_booking
Move a booking to a new start time, updating the guest's meeting. Requires an open slot; cannot reschedule if the meeting has already started. Confirm intent before calling.
Instructions
Move a booking to a new start time and return the updated booking — this changes the GUEST's meeting time, so confirm intent before calling. The new time must be a currently-open slot for that event type; cannot reschedule a meeting that has already started. Resolve the booking_id first with list_bookings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | New start time, ISO 8601 (e.g. 2026-06-20T15:00:00Z); must be an open slot. | |
| booking_id | Yes | Booking id, from list_bookings. |