Scheduler editor error event — New nylasSchedulerEditorError event on <nylas-scheduler-editor> captures and re-emits errors from child components. In React, use the onNylasSchedulerEditorError prop to handle all editor errors in a single place.
Fixed scheduler editor showing the configuration list in composable mode instead of rendering slotted content.
Fixed cancel and reschedule flows breaking when a booking reference was provided without a session ID.
Fixed cancel-after-reschedule failing because stale booking IDs were retained — the scheduler now correctly updates to the new IDs.
Fixed participant availability and booking calendars not populating when editing an existing configuration. Also fixed round-robin participants incorrectly showing the organizer’s calendars.
Fixed participant search: results are now properly added to the options store, the dropdown no longer disappears prematurely, and the edited participant row is excluded from duplicate filtering.
Fixed organizer participant’s grant_id being dropped when saving a configuration — now preserved for both organizer and non-organizer participants.
Fixed round-robin configurations not correctly identifying the organizer, which could cause calendar selection and booking calendar assignment to fail.