onBookingRescheduled( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

An event that's triggered when a booking is rescheduled.

The onBookingRescheduled() event handler runs when a booking is rescheduled. The received BookingRescheduledEvent object contains information about the booking that was rescheduled and metadata for the event.

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

Method Declaration
Copy
Method Parameters
eventBookingRescheduledEvent

Information about the booking that was rescheduled and metadata for the event.

Was this helpful?
Yes
No