Reschedule Booking
reschedule_bookingReschedule an existing booking by providing its ID and a new ISO 8601 start time; the system updates the booking and notifies the invitee.
Instructions
Reschedule a booking to a new start time (ISO 8601) and return the result — the invitee is notified. A write. Resolve booking_id via list_bookings first. booking_id and start are required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | New start time, ISO 8601 (e.g. 2026-07-20T15:00:00Z) (required). | |
| booking_id | Yes | Booking id to move, from list_bookings (required). |