Go to file
2020-04-02 12:24:13 +00:00
__pycache__ adds some color to the mix 2020-03-13 21:46:14 +01:00
.gitignore added gitignore, renamed functions 2020-04-02 12:24:13 +00:00
calendarevents.json added gitignore, renamed functions 2020-04-02 12:24:13 +00:00
calendars.json adds some color to the mix 2020-03-13 21:46:14 +01:00
caltojson.py added gitignore, renamed functions 2020-04-02 12:24:13 +00:00
colors.json created color correction using a .json file and remapping the colors from the api to the colors actually shown in the google calendar online visualization 2020-03-15 14:49:31 +01:00
credentials.json added credentials and script that gets todays events from google calendar 2020-03-08 22:28:45 +01:00
README.md restructures programm into multiple functions 2020-03-09 23:54:46 +01:00
token.pickle2 added gitignore, renamed functions 2020-04-02 12:24:13 +00:00

Requirements

from this google tutorial

to run the scripts in this repository, please install pip3 install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib