Skip to content

Calendars Object ​



id
string
REQUIRED · 

The unique identifier of the calendar.

name
string

The name of the calendar.

description
string

The description of the calendar.

location
object

The location of the calendar.

id
string

The unique identifier of the location.

name
string

The name of the location.

status
string

The status of the calendar.

All possible enum values:
  • active
  • inactive
visibility
string

The visibility of the calendar.

All possible enum values:
  • public
  • private
is_default
boolean

Indicates if the calendar is the default calendar of the user.

timezone
string

The timezone of the calendar.

access_role
object

The access role on the calendar for the authenticated user.

id
string

The unique identifier of the access role.

name
string

The name of the access role.

All possible enum values:
  • owner
  • reader
  • writer
  • freebusy
colors
object

The colors associated with the calendar.

background
string

The background color of the calendar.

foreground
string

The foreground color of the calendar.

created_at
string · date-time

The date when the calendar was created.

updated_at
string · date-time

The date when the calendar was updated.

remote_data
object

Raw data returned from the remote API call.