---
title: "List User Microsoft365 Calendars"
method: GET
path: "/calendars/microsoft365-calendars"
tags: ["Calendar"]
---

# List User Microsoft365 Calendars

`GET /calendars/microsoft365-calendars`

List the current user's Microsoft 365 calendars stored in the database.

Returns calendars that have been previously synced for this user.
Use POST /calendars/microsoft365-calendars/sync to fetch the latest calendars from Microsoft 365.

## Response `200`

Successful Response

- Microsoft365CalendarListResponse — Response model for list of Microsoft 365 Calendars
  - `calendars` Microsoft365CalendarItem[], required
    - `microsoft365_calendar_id` string, uuid, required
    - `microsoft365_calendar_unique_id` string, required
    - `calendar_id` string, uuid, nullable, required
    - `name` string, nullable, required
    - `color` string, nullable, required
    - `is_default_calendar` boolean, required
    - `can_edit` boolean, required
    - `owner_name` string, nullable, required
    - `owner_email` string, nullable, required

---

[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)
