nylas-event-limits

Overview

The nylas-event-limits component is an input form for event limits, such as the number of available days in the future and the minimum period of notice that a guest must provide to cancel a booking. This component is a container for the nylas-limit-future-bookings and nylas-min-cancellation-notice components.

<nylas-event-limits>
  <div slot="inputs">
    <nylas-limit-future-bookings></nylas-limit-future-bookings>
    <nylas-min-cancellation-notice></nylas-min-cancellation-notice>
  </div>
</nylas-event-limits>
Version1.3.6
Install (React)npm install @nylas/react
Import (React)import { NylasEventLimits } from '@nylas/react';
Import (CDN)You do not need to individually import the component, just import the parent component either nylas-scheduling or nylas-scheduler-editor.

Properties

PropertyAttributeDescriptionTypeDefault
selectedLanguageThe selected language.LANGUAGE_CODE.de | LANGUAGE_CODE.en | LANGUAGE_CODE.es | LANGUAGE_CODE.fr | LANGUAGE_CODE.ja | LANGUAGE_CODE.ko | LANGUAGE_CODE.nl | LANGUAGE_CODE.sv | LANGUAGE_CODE.zh | undefinedundefined

Slots

SlotDescription
"inputs"The event information inputs. This includes the limit future bookings and minimum cancellation notice components.

Built with StencilJS