Ruddr has several built-in standard holidays that can be added to your holiday schedules. If your company observes a holiday that isn't built-in, you can create a custom holiday.
Example
{
"id": "55d4756c-f9ff-438f-9740-60da5510f517",
"name": "Day after Christmas",
"description": "Occurs the day after Christmas every year.",
"readOnly": false,
"isActive": true,
"createdAt": "2024-05-17T16:32:57.743Z",
"occurrences": [
"2024-12-26",
"2025-12-26",
"2026-12-26",
"2027-12-27"
]
}
Attributes
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
name | string | The name of the holiday. |
description | string | The description of the holiday. |
readOnly | boolean | A flag to indicate if the holiday is read-only. |
isActive | boolean | A flag to indicate if the holiday is active in the system. |
createdAt | timestamp | The timestamp when the object was created. |
occurrences | array of strings | The list of holiday occurrences. |