A quick and dirty iCalendarGenerator script to schedule reoccuring events
- Make sure Python 3 is installed
- Make sure you have dependancies installed using pip install 'package'
- Download the icalGenerator.py script
- Edit the constants at the top of the file
- Create an input file, with each line being an event with the format
- Event Name
- Day of the Week
- Start Time (hh:mm)
- End Time (hh:mm)
- Run the script using python ./icalGenerator.py
- Voilla! You have a new ical file that (should) conform to GCal standards