---
title: "Create a new Calendar"
method: POST
path: "/calendars.json"
tags: ["Calendars"]
---

# Create a new Calendar

`POST /calendars.json`

Outlines the parameters and data fields used when creating a new Calendar

## Query parameters

- `fields` string

## Headers

- `X-API-VERSION` string

## Request body

- object
  - `data` object, required
    - `color` '#367B9C' | '#FFA5A4' | '#83D17F' | '#FFAC7B' | '#8E3F64' | '#C75300' | '#009CEC' | '#62D6B1' | '#9EEDCB' | '#F9A2C4' | '#616161' | '#BBDA81' | '#DFD3F8' | '#D6C4A5' | '#FFD478' | '#6AC9DE' | '#EABBB0' | '#BFC2E1' | '#DADADA' | '#CDE2F5' — Calendar color as seen in the Clio Web UI.
    - `name` string, required — Calendar name.
    - `source` 'web' | 'mobile' — The source that visible applies to, by default the Clio Web UI (Expects 'mobile' or 'web').
    - `visible` boolean — Whether or not the Calendar should be visible by default in the Clio Web UI (assuming no source is provided).

## Response `201`

Created

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Too Many Requests

---

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