---
title: "Update Calendar Settings"
method: POST
path: "/v2/calendar/calendars/settings"
tags: ["external", "external-v2"]
---

# Update Calendar Settings

`POST /v2/calendar/calendars/settings`

## Request body

- UpdateCalendarSettingsRequestSchema
  - `enabled_calendar_ids` string[], required — List of calendar IDs to enable.
  - `provider` string, required — Calendar provider ('google' or 'outlook').
  - `subject_id` string, required — Provider subject ID of the account.

## Response `200`

OK

- UpdateCalendarSettingsResponseSchema
  - `request_id` string, required
  - `success` boolean, required

---

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