/quickzoom

Run zoom meetings from Google Calendar Events.

Primary LanguagePythonMIT LicenseMIT

quickzoom

This is a python app that opens your Google calendar zoom events that has zoom links under event location ±20 minutes of the event start time. It uses Google Calendar API to read your events and Google Chrome is needed to automate.

Instructions

  1. Follow this link to enable Google Calendar API.
  2. Add path to your credentials.json created from the Google Calendar API in line 111.
  3. Look for your Google Chrome profile path (chrome://version) in Google Chrome.
  4. Add profile path to line 88.
  5. Run the automate.py.