bobruddy / color_guard

Simple python to pull down a google sheet and build an ics calendar. why the school can't just put this in a shared calendar is beyond me, but no big deal I can write a program to do that

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Files for building docker image to read color guard schedule and create ical file

I use the following command to build this image

This assumes you are located in the directory of the Dockerfile

docker build -t color_sched .

I put the following cron entry into crontab to run the parser

*/5 * * * * docker run -v /data/htdocs/elm/:/working/htdocs/ --rm color_sched > /tmp/color.txt

About

Simple python to pull down a google sheet and build an ics calendar. why the school can't just put this in a shared calendar is beyond me, but no big deal I can write a program to do that

License:MIT License


Languages

Language:Jupyter Notebook 85.2%Language:Shell 10.2%Language:Dockerfile 4.6%