Simple python script to create an ics file from either a csv file or from an HTML table
- ...in progress
- After
git cloneyou need topip install -r requirements.txt - If using
direnvthe.envrcshould create a virtual environment for you, and hence thepipcommand above should work direnvwill probably also give an error to allow permission to run so adirenv allowwill be needed- Ensure that the two environment variables in
.envhave been set to the appropriate file locations
- Do a
rm -rf .direnv/andrm *.icsto clean up generated files and do a complete clean of files in the directory