---
title: "Update User Booking Calendar"
method: PATCH
path: "/calendars/users/{user_id}/booking-calendar"
tags: ["Calendar"]
---

# Update User Booking Calendar

`PATCH /calendars/users/{user_id}/booking-calendar`

Update the booking calendar for a user.

- **user_id**: The ID of the user to update
- **booking_calendar_id**: The ID of the calendar to use for booking (or null to clear)

## Path parameters

- `user_id` string, uuid, required

## Request body

- UpdateUserBookingCalendarRequest — Request model for updating user's booking calendar
  - `booking_calendar_id` string, uuid, nullable, required

## Response `200`

Successful Response

- UpdateUserBookingCalendarResponse — Response model for updating user's booking calendar
  - `message` string, required
  - `booking_calendar_id` string, uuid, nullable, required

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