Reschedule a booking (invitee)
reschedule_booking_as_inviteeMoves a confirmed booking to start with the same hosts. Get valid times from get_available_slots with this bookingId and token. The calendar event is updated and its provider notifies attendees. Payment carries over. Not possible after changeableUntil (409 change_too_late).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | a string at least 1 character(s) long | |
| start | Yes | ||
| token | Yes | a string at least 10 character(s) long |