---
title: "Set the org's outbound holiday calendar"
method: PUT
path: "/v1/voice/holiday-calendar"
tags: ["voice"]
---

# Set the org's outbound holiday calendar

`PUT /v1/voice/holiday-calendar`

## Request body

- HolidayCalendarSettings — Per-org outbound holiday calendar. Sub-gate of the calling window. Dates are interpreted in the calling window's timezone and only take effect while the calling window is enabled. Absent ⇒ DEFAULT_HOLIDAY_CALENDAR (enabled with an empty list ⇒ blocks nothing).
  - `enabled` boolean
  - `holidays` HolidayEntry[]
    - `name` string, nullable
    - `start_date` string, date, required
    - `end_date` string, date, nullable
    - `recurring` boolean

## Response `200`

Successful Response

- HolidayCalendarSettings — Per-org outbound holiday calendar. Sub-gate of the calling window. Dates are interpreted in the calling window's timezone and only take effect while the calling window is enabled. Absent ⇒ DEFAULT_HOLIDAY_CALENDAR (enabled with an empty list ⇒ blocks nothing).
  - `enabled` boolean
  - `holidays` HolidayEntry[]
    - `name` string, nullable
    - `start_date` string, date, required
    - `end_date` string, date, nullable
    - `recurring` boolean

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `422` — Validation Error

---

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