---
title: "Link a holiday calendar to a schedule"
method: POST
path: "/v3/schedules/{id}/holiday-calendar-links"
tags: ["Schedules"]
---

# Link a holiday calendar to a schedule

`POST /v3/schedules/{id}/holiday-calendar-links`

<small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>

Links a holiday calendar to the specified schedule.

## Path parameters

- `id` integer, required

## Request body

- object — Request body for linking a holiday calendar to a schedule.
  - `calendarId` integer, required — ID of the holiday calendar to link

## Response `201`

Holiday calendar linked successfully. The response body is empty.

- unknown

## Other responses

- `400` — Invalid id parameter or request body validation error
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks required feature scope to modify this schedule
- `404` — Schedule or holiday calendar not found
- `409` — Calendar is already linked to this schedule
- `429` — Too Many Requests

---

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