onEventsViewProjectionUpdated( )


Developer Preview

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

Notes:

Triggered when an event is added to, removed from, or updated within the current event view. This includes cases when:

  • A new event is created within the view.
  • An existing event within the view is updated, including when it's rescheduled to start outside the view.
  • An event within the view is deleted.
  • An event previously outside the view is rescheduled to fall within it.
  • The view is extended, bringing an existing event into scope.
Permissions
Manage Bookings - all permissions
Read Bookings - all read permissions
Manage Bookings
Read Bookings - Including Participants
Read bookings calendar - including participants
Manage Calendars
Read Calendar - Including PI
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

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

JavaScript
Did this help?