Skip to content

Calculates busy and free times using fetched appointment data from a selection of a user's Google calendars.

License

Notifications You must be signed in to change notification settings

hkhamm/freetimes

Repository files navigation

proj7-freetimes

Calculates busy and free times using fetched appointment data from a selection of a user's Google calendars.

Installation and Execution

  1. Download the repository.

  2. Obtain a Client Id and Client Secret for Google here and download as a JSON file to /path/to/proj7-gcal.

  3. Copy CONFIG.base.py to CONFIG.py and edit for your environment. Include the client secret JSON file.

  4. Setup the virtual enviroment:

cd /path/to/proj7-freetimes
make
  1. Run the flask app:
cd /path/to/proj7-freetimes
source env/bin/activate
python3 main.py

Resources

Website

Server

About

Calculates busy and free times using fetched appointment data from a selection of a user's Google calendars.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published