Python Calendar API Demo https://slides.com/mystuff/google-calendar-api-with-python
based on: https://developers.google.com/calendar/quickstart/python
Github: python-samples/calendar/quickstart/
Google Calendar Python Quickstart
Complete the steps described in the Google Calendar Python Quickstart, and in about five minutes you'll have a simple Python command-line application that makes requests to the Google Calendar API. Install
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
or
pip install -r requirements.txt
Run
python quickstart.py