Skip to content

hkhamm/gcal

Repository files navigation

proj6-Gcal

Fetches 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/proj6-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/proj6-gcal
make
  1. Run the flask app:
cd /path/to/proj6-gcal
source env/bin/activate
python3 main.py

Resources

Website

Server

About

Fetches appointment data from a selection of a user's Google calendars.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published