Created by Colin McIntosh & Mattijs Jonker
This is a tool used to create Google Calendar events from maintenance notification emails.
- You need to configure a Google account that can create calendar events with OAuth2. See the directions below.
- The maintenance notification emails are read via IMAP. You'll need to configure IMAP using the instructions below.
Follow steps @ https://developers.google.com/google-apps/calendar/quickstart/python
-
Enable calendar widget: http://quehow.com/how-to-enable-google-calendar-in-gmail/7881.html
-
Install Python API bindings pip install --user google-api-python-client
-
Enable calendar API and setup credentials for external access https://console.developers.google.com/start/api?id=calendar
-
Try Quickstart example n.b.: set scope to write access (i.e., "https://www.googleapis.com/auth/calendar" without the ".readonly" suffix)