Skip to content

nylas-selected-event-card

The nylas-organizer-confirmation-card element displays the organizer confirmation card.

Namehour12
DescriptionThe 12-hour time format.
Typeboolean | undefined
NameselectedDate
DescriptionThe selected date.
TypeDate | undefined
NameselectedLanguage
DescriptionThe selected language.
TypeLANGUAGE_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 | undefined
NameselectedTimeslot
DescriptionThe selected time slot.
Typeundefined | { start_time: Date; end_time: Date; emails?: string[] | undefined; capacity?:
number | undefined; event_id?: string | undefined; master_id?: string | undefined;
calendar_id?: string | undefined; }
NameselectedTimezone
DescriptionThe selected time zone.
Typestring

The following props are automatically configured when used within NylasScheduling. Set these props manually only if you’re using the component independently.

NamethemeConfig
DescriptionThe theme configuration.
Typeany
PartDescription
nsecThe selected event card component.
nsec__cardThe card component.
nsec__dateThe date selected.
nsec__iconThe calendar icon.
nsec__timeThe time slot selected.
nsec__timezoneThe time zone selected.

The nylas-selected-event-card element is automatically included in the main NylasScheduling component. The following code samples show how to use the element on its own.