Holiday Calendars
A Holiday Calendar defines site-wide holiday dates and optional partial-day windows that scheduled resources skip.
Resource Schema
Required
| Property | Description |
|---|---|
| name String | Holiday Calendar name. |
| definition Object | Holiday rules for the calendar. |
Read Only
| Property | Description |
|---|---|
| id Int64 | Holiday Calendar ID. Set a scheduled resource's holiday_region to custom_ followed by this ID to make it skip the days in this calendar. |
| created_at String | Creation time. |
| updated_at String | Last update time. |
Resource Import
This Resource supports importing using the following syntax:
Data Source Schema
Required
| Property | Description |
|---|---|
| id Int64 | Holiday Calendar ID. Set a scheduled resource's holiday_region to custom_ followed by this ID to make it skip the days in this calendar. |
Read Only
| Property | Description |
|---|---|
| name String | Holiday Calendar name. |
| definition Object | Holiday rules for the calendar. |
| created_at String | Creation time. |
| updated_at String | Last update time. |