onScheduleTimeFrameUpdated( )


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 a schedule's time frame is updated, indicating a new first or last event or a change in the recurrence period, such as an extension or reduction.

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

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

JavaScript
Did this help?