onBookingUpdated( )


Notes:

Triggered when a booked schedule is updated.

Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: BookingUpdatedEnvelope): void | Promise<void>

Did this help?