ghl_calendar_service_booking_update
Modify an existing service booking by updating its status, timing, services, location, or staff assignments. Optionally bypass availability or scheduling constraints.
Instructions
Update Service Booking Update an existing service booking Endpoint: PUT /calendars/services/bookings/{bookingId} (Version header: v3; source: v3/calendars-v3.json) OAuth scopes: calendars/events.write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). | |
| bookingId | Yes | Unique Service Booking ID | |
| overrideAvailability | No | If true the time slot validation would be avoided for any booking creation/update (even the skipSchedulingNotice) | |
| skipSchedulingNotice | No | If set to true, the minimum scheduling notice and date range would be ignored |