[2024-05-21] Nylas Scheduler v3 Beta 1
Nylas Scheduler Beta 1 has been released!
More Scheduler features are coming soon to as we build towards parity with the v2 Scheduler. Depending on your implementation, the current release might already include everything you need. Check out the Nylas Scheduler v3 interactive roadmap for more information.
Added
- Added ICS files to email notifications.
- Added support for time slot intervals.
- Added
nylas-timeslot-intervalto the Scheduler Editor Component.
- Added
- Added support for cancellation policy messages.
- Added
cancellation_policyto the Configuration endpoint. - Added
nylas-cancellation-policyto the Scheduler Editor Component.
- Added
- Added support for additional guests. Guests can add additional guests to the event that they book.
- Added
additional_gueststo the Bookings endpoint.
- Added
- Added support for hiding the Additional guests field on Scheduling Pages.
- Added
hide_additional_gueststo the Configuration endpoint.
- Added
- Added support for hiding rescheduling and cancelling options in booking confirmations and email notifications.
- Added
hide_cancellation_optionsandhide_rescheduling_optionsto the Configuration endpoint.
- Added
- Added support for minimum booking notices. This prevents guests from booking an event within the specified number of minutes before the event starts.
- Added
min_booking_noticeto the Configuration endpoint.
- Added
Updated
- Updated rescheduling and cancelling URLs to use
booking_referenceinstead ofbooking_id. - Fixed an issue where rescheduling and cancelling bookings didn’t work with
requires_session_auth: true. - Fixed minor bugs and improved performance.