onEventUpdated( )


Notes:

Triggered when an event is updated, including when it's canceled.

Not triggered when INSTANCE events are updated. You can use the Events View API to get notified about INSTANCE events.

Permissions
Read Calendar - Including PI
Manage Calendars
Manage Bookings
Read Bookings - Including Participants
Read Bookings - all read permissions
Manage Bookings - all permissions
Read bookings calendar - including participants
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?