nylas-connected-calendars

Overview

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

Version1.1.3
Install (React)npm install @nylas/react
Import (React)import { NylasConnectedCalendars } from '@nylas/react';

Properties

PropertyAttributeDescriptionTypeDefault
calendarsThe calendars to choose from for the organizer / logged in user.Calendar[] | undefinedundefined
namenameThe name of the participants custom availability.string'connected-calendars'
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
"npca"
"npca__content"
"npca__header"
"npca__participant-container"
"npca__participant-title"
"npca__participant-toggle--container"

Built with StencilJS