nylas-connected-calendars

Overview

The nylas-connected-calendars component is a form input for selecting calendars to check availability for participants.

Version1.1.4
Install (React)npm install @nylas/react
Import (React)import { NylasConnectedCalendars } from '@nylas/react';
Import (CDN)<script type="module"> import { defineCustomElement } from "https://cdn.jsdelivr.net/npm/@nylas/web-elements@latest/dist/cdn/nylas-connected-calendars/nylas-connected-calendars.es.js"; defineCustomElement(); </script>

Example


Properties

PropertyAttributeDescriptionTypeDefault
nameThe name of the participants custom availability.string'connected-calendars'

Standalone Props

ⓘ NOTE: The following props are automatically configured when used within nylas-scheduler-editor. Set these props manually only if you’re using the component independently.
PropertyAttributeDescriptionTypeDefault
calendarsThe calendars to choose from for the organizer / logged in user.Calendar[] | undefinedundefined
participantOptionsThe participant options passed in the additionalParticipants prop from the nylas-scheduler-editor component.AdditionalParticipant[] | undefinedundefined
participantsThe participants selected in the add participants section.Participant[]`this.selectedConfiguration?.participants
selectedConfigurationThe selected configConfiguration | undefinedundefined

Events

EventDescriptionType
valueChangedThis event is fired when the participants custom availability changes.CustomEvent<{ value: string; name: string; }>

Shadow Parts

PartDescription
"nccals"The connected calendars host.
"nccals__container"The container.
"nccals__content"The content.
"nccals__header"The header.
"nccals__title"The title.
"nccals__toggle-container"The toggle container.

Built with StencilJS