Reschedule Booking
reschedule_bookingReschedule a booking to a new start time; the invitee is notified. Provide booking ID and new start time (ISO 8601).
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). |