The Calendar
The Calendar publishes date-based reference data as static JSON files covering public holidays and event schedules. Callers can list public holidays for a given year by country across roughly 30 countries and by individual US state, and retrieve sports season calendars and finance-market date calendars such as market holidays. Responses are plain JSON documents fetched by country, state or year path. No credentials required.
What your agent can do with The Calendar
Triggers and actions 5 actions
- ActionGet country holidays
Return the list of public holidays for a given country and year. GET https://the-calendar.net/api/holidays/by-country/{country-slug}/{year}.json (~30 countries, 2026 published, e.g. united-kingdom, canada, australia, germany, japan). Response: {country, kind, year, source, holidays:[{name,date,observed,weekday,note}]}. No auth.
- ActionGet finance calendar
Return a US finance-related date calendar for a given year and calendar type: fomc (Fed meeting dates), tax-deadlines, or market-holidays (stock market closures). GET https://the-calendar.net/api/finance/{fomc|tax-deadlines|market-holidays}/{year}.json. No auth.
- ActionGet sports schedule
Return key schedule/calendar dates for a sports league or team. GET https://the-calendar.net/api/sports/{slug}.json where slug is one of: nfl-schedule, nba-schedule, mlb-schedule, nhl-schedule, mls-schedule, premier-league-schedule, la-liga-schedule, champions-league-schedule, f1-2026-calendar, real-madrid-calendar, fc-barcelona-calendar, manchester-united-calendar. No auth.
- ActionGet US federal holidays
Return the list of US federal holidays for a given year. GET https://the-calendar.net/api/holidays/us-federal/{year}.json (years 2025-2028 published). Response: {country, kind, year, source, holidays:[{name,date,observed,weekday,note}]}. No auth.
- ActionGet US state holidays
Return the list of state-observed holidays for a given US state and year. GET https://the-calendar.net/api/holidays/by-state/{state-slug}/{year}.json (all 50 states, 2026 published). Response: {country, kind, year, source, holidays:[{name,date,observed,weekday,note}]}. No auth.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the The Calendar API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.
Related apps
Nager.DateNager.Date publishes public holiday data for more than 100 countries. Fetch a country's public holidays for...
Non-Working DaysNon-Working Days (isdayoff.ru) is a production-calendar service that says whether a given date is a working...
UK Bank HolidaysUK Bank Holidays is the official GOV.UK feed of public holiday dates for the United Kingdom. A caller can...