onBookingUpdated( )


An event that fires when a booking's details are updated.

The onBookingUpdated() event handler runs when a booking's details are updated.

The event object includes a trigger property that describes the action that triggered the event. The trigger value for this event is "OWNER_UPDATED_ATTENDANCE" when the business updates the booking's attendance information.

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

Method Declaration
Copy
Method Parameters
eventBookingEventRequired

Information about an updated booking.

Was this helpful?
Yes
No