Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 812 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 812 Bytes

The Canvas Calendar Cleaner

Canvas offers little to no customizability when exporting calendars. When you try to export your calendar from Canvas to other calendar apps such as Google Calendar, it ends up clogged and bloated. The Canvas Calendar Cleaner is here to solve that by allowing you to blacklist key words, remove non-assignment events entirely, and much more!

Features

TODO

How to use the repo

Run yarn install to initiate yarn for the folder.

Go to ./api/ and enter the virtual environment by running source /venv/bin/activate.

Install all of the required pip packages by running pip install -r requirements.txt.

Leave the virtual environment and return to the parent directory.

Run yarn start to start the web server and yarn start-api to run the backend api service.