# [2024-06-13] Nylas Scheduler v3 Beta 2

Source: https://developer.nylas.com/docs/new/v3-changelogs/2024-06-13-scheduler-v3-beta2/

Nylas Scheduler Beta 2 has been released!

## Added

- Added support for conferencing. When organizers select a conferencing option from the Scheduler Editor, Scheduler automatically creates online conferences. Booking confirmations and email notifications will include the conference link. Supported providers are `Google Meet`, `Microsoft Teams`, and `Zoom Meeting`. For more information, see [Adding conferencing to bookings](/docs/v3/scheduler/add-conferencing/).
  - Added `conferencing` to the [Configurations](/docs/reference/api/configurations/post-configurations/) endpoint.
  - Added the `conferenceProvider` property to the `nylas-event-location` component. You should set this property in the parent component (`nylas-scheduler-editor`).
- Added support for custom booking forms. The Scheduler Editor now includes the **Booking form** tab where organizers can add additional fields to Scheduling Pages.
  - Added `additional_fields` to the [Configurations](/docs/reference/api/configurations/post-configurations/) and the [Bookings](/docs/reference/api/bookings/post-bookings/) endpoints. Supported field types are `text`, `multi_line_text`, `email`, `phone_number`, `dropdown`, `date`, `checkbox`, and `radio_button`.
  - Added the `nylas-booking-form-config` component to the Scheduler Editor Component.
  - Added form components to support form creation from the UI. Form components include `checkbox-component`, `input-component`, `radio-button-group`, `select-dropdown`, `textarea-component`, and `toggle-switch`.
- Added support for collective meetings. Collective meetings allow organizers to host an event with participants in their team or company. Organizers can configure default open hours and participant open hours.
  - Added `participants.timezone` to the [Configurations](/docs/reference/api/configurations/post-configurations/) endpoint.
  - Added `guest.timezone` to the the [Bookings](/docs/reference/api/bookings/post-bookings/) endpoint.
  - Added the `nylas-additional-participants` component to the Scheduler Editor Component.
  - Added the `nylas-participants-custom-availability` component to the Scheduler Editor Component.
  - Added the `nylas-connected-calendars` component to the Scheduler Editor Component.