onBookingScheduleUpdated( )


Deprecated

This method is deprecated.

Deprecated. The onBookingScheduleUpdated event has been deprecated and will be removed on June 30, 2026. Use the Bookings V2 Booking Rescheduled, Booking Canceled, and Booking Updated SDK events instead.

The onBookingScheduleUpdated() event handler runs when a booking's schedule is updated.

The event object includes a trigger property that describes the action that triggered the event. The trigger value is one of:

  • "OWNER_UPDATED_SESSION": The booking's session was updated by the business.
  • "MEMBER_RESCHEDULED_BOOKING": The booking was rescheduled by the member.
  • "OWNER_CANCELED_SESSION_IN_SET": A session in a set of sessions was canceled by the business. A session is part of a set when it belongs to a schedule that has "course" as one of its tags.

Note: Backend events don't work when previewing your site.

Method Declaration
Copy
Method Parameters
eventBookingEventRequired

Information about a booking with an updated schedule.

Did this help?