Holiday object

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

NameTypeDescription
iduuidThe unique identifier for the object.
namestringThe name of the holiday.
descriptionstringThe description of the holiday.
readOnlybooleanA flag to indicate if the holiday is read-only.
isActivebooleanA flag to indicate if the holiday is active in the system.
createdAttimestampThe timestamp when the object was created.
occurrencesarray of stringsThe list of holiday occurrences.