# [2021-03-02] Scheduler

Source: https://developer.nylas.com/docs/new/v2-release-notes/2021-03-02-scheduler/

## Event Duration

You book events for less than 15 minutes. When the event is less than 15 minutes, the week view is removed.

## Configuration

We added several new configuration options:

- `booking.additional_guest_emails_allowed`
- `behavior.disableViewingPages`
- `locale_for_guests`
- `appearance.show_week_view`

### booking.additional_guest_emails_allowed

Remove the additional guest's field from the confirmation page. Prevent guests from adding additional email addresses.

![The confirmation page no longer includes the additional guest's field.](/_images/release-notes-changelogs/2021-03-02-booking.png "booking.additional_guest_emails_allowed")

### behavior.disableViewingPages

Remove the **View** and **Copy Link** from the Scheduler Editor. Pass the option to `nylas.scheduler.show`.

![The scheduler editor no longer displays the View and Copy Link options.](/_images/release-notes-changelogs/2021-03-02-behavior.png "behavior.disableViewingPages")

### locale_for_guests

When the locale is specified, guests are not able to switch the browser locale.

Available values:

- `en`
- `es`
- `fr`
- `de`
- `zh-cn`

### appearance.show_week_view

Hide the show week view on the Scheduler Booking Page.

![The show week view on the scheduler booking page is hidden.](/_images/release-notes-changelogs/2021-03-02-appearance.png "appearance.show_week_view")