nylas
    Preparing search index...

    Interface UpdateCalenderRequest

    Interface of a Nylas update calendar request

    interface UpdateCalenderRequest {
        description?: string;
        hexColor?: string;
        hexForegroundColor?: string;
        location?: string;
        metadata?: Record<string, string>;
        name?: string;
        notetaker?: CalendarNotetaker;
        timezone?: string;
    }

    Hierarchy

    Index

    Properties

    description?: string

    Description of the calendar.

    hexColor?: string

    The background color of the calendar in the hexadecimal format (e.g. #0099EE). Empty indicates default color.

    hexForegroundColor?: string

    The background color of the calendar in the hexadecimal format (e.g. #0099EE). Empty indicates default color. (Google only)

    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).