Generate iCal (.ics) files of Holidays in Kerala in Malayalam/English.
The output of this python program is '.ics' file, which can be easily imported to any iCal combatible calendar application such as Google Calendar, NextCloud, etc.
- Python 3.x
- Glob
python generate.py -y 2021
python generate.py -y [year1] [year2]...
For specific language,
python generate.py -y 2021 -l eng
Sometimes you may want to use python3 instead of python according to your operating system. years are optional arguments. If no years are given as arguments, all the available calendars are generated.
Click here to download the generated '.ics' files.