Configuration
Public Holidays
Import and manage public holiday calendars that affect leave request workday calculations
Overview
Public holidays are subtracted from workday calculations when users submit leave requests. If a user requests five days off and one of those days is a public holiday, only four workdays are deducted from their balance.
Holidays are organized into calendars by country and year. Each calendar can be toggled active or inactive, and users are assigned to a calendar in their profile.
Import via Admin Panel
- Go to Settings → Public Holidays.
- Click Import.
- Select the country and year from the dropdowns.
- Click Import to fetch holidays from the Nager.Date API.
The import creates a calendar with all public holidays for that country and year.
Import public holidays by selecting a country and year
Tip: You can import multiple years for the same country. Each year creates a separate calendar.
Manage Calendars
After importing, the calendar appears in the Public Holidays list. From here you can:
- View details — see all holidays in the calendar with their dates and names.
- Toggle active/inactive — inactive calendars are ignored in workday calculations.
- Sync — re-import holidays for an existing calendar (useful if the API data was updated).
- Delete — remove a calendar entirely.
When a new year approaches, import the next year's holidays so workday calculations remain accurate for leave requests that span the year boundary.
Manage imported holiday calendars
Regional Subdivisions
Some countries have holidays that only apply to specific regions (e.g. state-level holidays in Germany or the US). The app handles this with two concepts:
- Global holidays — apply to everyone in that country (e.g. Christmas Day in Germany).
- Regional holidays — apply only to users in a specific subdivision (e.g. Assumption Day in Bavaria /
DE-BY).
When a holiday is imported, it stores whether it is global and which subdivision codes it applies to. The workday calculation logic:
- Global holidays always count.
- Regional holidays count only if the user's subdivision matches.
Global vs regional holidays with subdivision codes
Assign Calendars to Users
Each user must be assigned a public holiday calendar for it to affect their leave calculations.
- Go to the user's profile (or My Organization → Edit User).
- Under Holiday Calendar, select the appropriate calendar from the dropdown.
- If the user is in a region with specific holidays, also set their Subdivision (e.g.
DE-BYfor Bavaria). - Save.
If no calendar is assigned, no public holidays are subtracted from that user's leave requests.
Tip: When a user's subdivision is set, they get both global holidays and holidays specific to their region. Without a subdivision, only global holidays apply.