Interface CreateCalenderRequest

Interface of a Nylas create calendar request

Hierarchy

  • CreateCalenderRequest

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.

timezone?: string

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

Generated using TypeDoc