Calendar · head-to-head
Non-Working Days vs UK Bank Holidays
icsdb is an open-data repository of pre-built .ics calendar files enumerating official non-working days for France (and its overseas territories), Belgium, Germany, Ireland, Switzerland, the UK's home nations, and the US, maintained on GitHub rather than served through a query API. Consumers fetch the raw .ics files directly off raw.githubusercontent.com (which serves them with open CORS) and import them into any calendar tool or icalendar-parsing library; there's no key, rate limit, or cost, but the project itself has had no commits since 2020.
The UK government publishes England & Wales, Scotland, and Northern Ireland bank holidays as a single static JSON file at gov.uk, listing each holiday's date, title, and whether it's a “substitute day” moved from a weekend. It's official, authoritative, and requires nothing beyond an HTTP GET — no key, no rate limit, and it's licensed under the Open Government Licence for reuse including commercially.
| Non-Working Days | UK Bank Holidays | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | ICS | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |