Create a holiday
clockify_create_holidayAdds a holiday to the workspace calendar by specifying its name and date range, with options to apply to everyone or limit to specific users and groups.
Instructions
Adds a holiday to the workspace calendar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Last day; defaults to the first | |
| from | Yes | First day, `2026-12-24` | |
| name | Yes | Holiday name | |
| everyone | No | Applies to the whole workspace (default true) | |
| user_ids | No | Limit to these people | |
| workspace_id | No | Workspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace. | |
| user_group_ids | No | Limit to these groups |