---
title: "Get all calendars"
method: GET
path: "/v2/calendars"
tags: ["Calendars"]
---

# Get all calendars

`GET /v2/calendars`

## Headers

- `Authorization` string, required

## Response `200`

- ConnectedCalendarsOutput
  - `status` 'success' | 'error', required
  - `data` ConnectedCalendarsData, required
    - `connectedCalendars` ConnectedCalendar[], required
      - `integration` Integration, required
        - `appData` object, nullable
        - `dirName` string
        - `__template` string
        - `name` string, required
        - `description` string, required
        - `installed` boolean
        - `type` string, required
        - `title` string
        - `variant` string, required
        - `category` string
        - `categories` string[], required
        - `logo` string, required
        - `publisher` string, required
        - `slug` string, required
        - `url` string, required
        - `email` string, required
        - `locationOption` object, nullable, required
      - `credentialId` number, required
      - `delegationCredentialId` string, nullable
      - `primary` Primary
        - `externalId` string, required
        - `integration` string
        - `name` string
        - `primary` boolean, nullable, required
        - `readOnly` boolean, required
        - `email` string
        - `isSelected` boolean, required
        - `credentialId` number, required
        - `delegationCredentialId` string, nullable
      - `calendars` Calendar[]
        - `externalId` string, required
        - `integration` string
        - `name` string
        - `primary` boolean, nullable
        - `readOnly` boolean, required
        - `email` string
        - `isSelected` boolean, required
        - `credentialId` number, required
        - `delegationCredentialId` string, nullable
    - `destinationCalendar` DestinationCalendar, required
      - `id` object, required
      - `integration` string, required
      - `externalId` string, required
      - `primaryEmail` string, nullable, required
      - `userId` number, nullable, required
      - `eventTypeId` number, nullable, required
      - `credentialId` number, nullable, required
      - `delegationCredentialId` string, nullable
      - `name` string, nullable
      - `primary` boolean
      - `readOnly` boolean
      - `email` string
      - `integrationTitle` string

---

[API](https://skmtc.net/calcom/apis/cal-diy-api-v2.md) · [All operations](https://skmtc.net/calcom/apis/cal-diy-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/calcom/cal-diy-api-v2/versions/16de9d3eb7b3/schema)
