---
title: "Microsoft365 User Calendars"
method: GET
path: "/oauth/microsoft365/users/{user_id}/calendars"
tags: ["OAuth"]
---

# Microsoft365 User Calendars

`GET /oauth/microsoft365/users/{user_id}/calendars`

List calendars for a specific user in the connected Microsoft 365 tenant

## Path parameters

- `user_id` string, required

## Response `200`

Successful Response

- Microsoft365CalendarsResponse — Response containing list of Microsoft 365 calendars
  - `calendars` Microsoft365Calendar[]
    - `id` string, required
    - `name` string, nullable
    - `color` string, nullable
    - `is_default_calendar` boolean, nullable
    - `can_edit` boolean, nullable
    - `owner` Microsoft365CalendarOwner — Calendar owner info
      - `name` string, nullable
      - `address` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
