---
title: "POST /users/me/calendarList"
method: POST
path: "/users/me/calendarList"
tags: ["calendarList"]
---

# POST /users/me/calendarList

`POST /users/me/calendarList`

Inserts an existing calendar into the user's calendar list.

## Query parameters

- `colorRgbFormat` boolean

## Request body

- CalendarListEntry
  - `autoAcceptInvitations` boolean — Whether this calendar automatically accepts invitations. Only valid for resource calendars. Read-only.
  - `location` string — Geographic location of the calendar as free-form text. Optional. Read-only.
  - `description` string — Description of the calendar. Optional. Read-only.
  - `etag` string — ETag of the resource.
  - `summaryOverride` string — The summary that the authenticated user has set for this calendar. Optional.
  - `defaultReminders` EventReminder[] — The default reminders that the authenticated user has for this calendar.
    - `method` string — The method used by this reminder. Possible values are: - "email" - Reminders are sent via email. - "popup" - Reminders are sent via a UI popup. Required when adding a reminder.
    - `minutes` integer — Number of minutes before the start of the event when the reminder should trigger. Valid values are between 0 and 40320 (4 weeks in minutes). Required when adding a reminder.
  - `deleted` boolean — Whether this calendar list entry has been deleted from the calendar list. Read-only. Optional. The default is False.
  - `accessRole` string — The effective access role that the authenticated user has on the calendar. Read-only. Possible values are: - "freeBusyReader" - Provides read access to free/busy information. - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden. - "writerWithoutPrivateAccess" - Provides read and write access to the calendar. Private events will appear to users with writerWithoutPrivateAccess access, but event details will be hidden. - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible. - "owner" - Provides manager access to the calendar. This role has all of the permissions of the writer role with the additional ability to see and modify access levels of other users. Important: the owner role is different from the calendar's data owner. A calendar has a single data owner, but can have multiple users with owner role.
  - `kind` string — Type of the resource ("calendar#calendarListEntry").
  - `primary` boolean — Whether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False.
  - `colorId` string — The color of the calendar. This is an ID referring to an entry in the calendar section of the colors definition (see the colors endpoint). This property is superseded by the backgroundColor and foregroundColor properties and can be ignored when using these properties. Optional.
  - `hidden` boolean — Whether the calendar has been hidden from the list. Optional. The attribute is only returned when the calendar is hidden, in which case the value is true.
  - `selected` boolean — Whether the calendar content shows up in the calendar UI. Optional. The default is False.
  - `dataOwner` string — The email of the owner of the calendar. Set only for secondary calendars. Read-only.
  - `notificationSettings` object — The notifications that the authenticated user is receiving for this calendar.
    - `notifications` CalendarNotification[] — The list of notifications set for this calendar.
      - `type` string — The type of notification. Possible values are: - "eventCreation" - Notification sent when a new event is put on the calendar. - "eventChange" - Notification sent when an event is changed. - "eventCancellation" - Notification sent when an event is cancelled. - "eventResponse" - Notification sent when an attendee responds to the event invitation. - "agenda" - An agenda with the events of the day (sent out in the morning). Required when adding a notification.
      - `method` string — The method used to deliver the notification. The possible value is: - "email" - Notifications are sent via email. Required when adding a notification.
  - `summary` string — Title of the calendar. Read-only.
  - `timeZone` string — The time zone of the calendar. Optional. Read-only.
  - `backgroundColor` string — The main color of the calendar in the hexadecimal format "#0088aa". This property supersedes the index-based colorId property. To set or change this property, you need to specify colorRgbFormat=true in the parameters of the insert, update and patch methods. Optional.
  - `conferenceProperties` ConferenceProperties
    - `allowedConferenceSolutionTypes` string[] — The types of conference solutions that are supported for this calendar. The possible values are: - "eventHangout" - "eventNamedHangout" - "hangoutsMeet" Optional.
  - `foregroundColor` string — The foreground color of the calendar in the hexadecimal format "#ffffff". This property supersedes the index-based colorId property. To set or change this property, you need to specify colorRgbFormat=true in the parameters of the insert, update and patch methods. Optional.
  - `id` string — Identifier of the calendar.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/calendar.md) · [All operations](https://skmtc.net/google/apis/calendar/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/calendar/versions/8a9c54b56c55/schema)
