nylas
    Preparing search index...

    Interface CreateCalenderRequest

    Interface of a Nylas create calendar request

    interface CreateCalenderRequest {
        description?: string;
        location?: string;
        metadata?: Record<string, string>;
        name: string;
        notetaker?: CalendarNotetaker;
        timezone?: string;
    }
    Index

    Properties

    description?: string

    Description of the calendar.

    location?: string

    Geographic location of the calendar as free-form text.

    metadata?: Record<string, string>

    A list of key-value pairs storing additional data.

    name: string

    Name of the Calendar.

    notetaker?: CalendarNotetaker

    Notetaker meeting bot settings

    timezone?: string

    IANA time zone database formatted string (e.g. America/New_York).