You can create multiple holiday schedules for your workspace and apply a holiday schedule to each member. This allows you to have a different set of holidays for each country where you have personnel.
Example
{
"id": "5848edf8-b44a-48f3-bb1d-f6826b2d2419",
"name": "U.S. Executives",
"isActive": true,
"createdAt": "2022-02-18T17:25:29.336Z",
"holidays": [
{
"id": "683328c2-4a87-478a-a66d-0ad4a1b091cc",
"name": "Christmas"
},
{
"id": "e9f291dc-d5d6-4de7-9e12-bd86db1ee9dc",
"name": "Columbus Day (U.S.)"
}
]
}
Attributes
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
name | string | The name of the holiday schedule. |
isActive | boolean | A flag to indicate if the holiday schedule is active in the system. |
createdAt | timestamp | The timestamp when the object was created. |
holidays | array of objects | The list of associated holidays. See attributes . |
Holiday attributes
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
name | string | The name of the holiday. |