I was missing a possibility to import German School holidays into Ephemeris.
The calendars are provided by schulferien.org.
But I wanted to have it imported automatically to check for
- when is the next school holiday
- is today a school holiday
- what is the name of the next holiday
I could not find any other tool to import the calendars from schulferien.org so I wrote this little script.
usage: ephemeris.py [-h] [-v] [-i INPATH] [-o OUTFILE]
read school holidays from https://www.schulferien.org/deutschland/ical/
optional arguments:
-h, --help show this help message and exit
-v, --verbose activate logging
-i INPATH, --inPath INPATH
set path where the ics files are
-o OUTFILE, --outFile OUTFILE
set the out file
Test it, and if you have any comments - feel free.
If you see any other (school) calendars for other contries. Please post the link if they do not work.