###Usage Execute example.py and you will have .csv and .json roster file in your directory.
$ python3 example.py
.csv file can be used to import into your google calender from browser .jon file can be used for google calender API
Any comment is welsome and hope you enjoy it!
cd src; FLASK_APP=server.py FLASK_DEBUG=1 python -m flask run
cd src; FLASK_APP=server.py python -m flask run