Interface UpdateCalenderRequest

Interface of a Nylas update calendar request

Hierarchy

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.

timezone?: string

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

Generated using TypeDoc