Open repository of static calendar ICS
files
The purpose of this package is to maintain auto-generated ics files from various sources in the data/
subfolder.
For example, the build script will use a source ics file for french non working days, will translate the summaries
of each events, compute list of easter dates for the next years and save the resulting ics file in the build/
subfolder, one file per language.
Use the raw button on the github page to get the link, only files in the build subfolder should be used.
represented countries:
- Belgium (1 file)
- France (9 files)
- Germany (19 files)
- Ireland (1 file)
- Switzerland (27 files)
- United-Kingdom (3 files)
- United-States (51 files)
Warning, this set of ICS files is suject to move to his own domain in the near future. The github url will probably remain but offical permalinks will be modified
dev dependencies are required to rebuild ics with the script
node src/build.js
some easter based dates require to list all dates because the icalendar spec does not include this kind of properties. the dates are generated into a RDATE ical property from year 1970 to 2100.
More generally, all recuring dates start from 1970 or more to prevent some bugs while decoding the events with various icalendar libraries.
Similar dates use the same UID property in all calendars.
To interpret these files in a program, You will be required to use a library capable of handling RRULE and RDATE properties. Below is a list of libraries that meet these constraints.
Language | Libraries |
---|---|
javascript | rrule ical.js (support for nodejs in this fork) |
Python | dateutil |
Ruby | ri_cal |
Haskell | Not found |
Java | ical4j |
Php | SG-iCalendar |
French school holidays