---
title: "List Outlook calendars"
method: GET
path: "/public/v1/integrations/resources/outlook/calendars"
tags: ["Integration Resources"]
---

# List Outlook calendars

`GET /public/v1/integrations/resources/outlook/calendars`

Lists Outlook calendars for the connected account, to resolve a calendarId for Outlook event trigger configs. Requires a USER API key.

## Query parameters

- `connectedAccountId` number, nullable

## Response `200`

Calendars

- object
  - `calendars` object[], required
    - `id` string, required
    - `name` string, required
    - `color` string, nullable, required
    - `isDefaultCalendar` boolean, required
    - `canEdit` boolean, required
    - `owner` object, nullable, required
      - `name` string
      - `address` string
  - `total` number, required

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/revisions/9d33b6aad674/schema)
