You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Oauth process needs to complete once manually in order to allow the Python code to then continuously query Google Calendar for information.
168
-
Go to the [Python Quickstart](https://developers.google.com/calendar/quickstart/python) page and enable Google Calendar API. When presented, download or copy the `credentials.json` file and add it to this directory.
169
158
170
-
Next, SSH to the Raspberry Pi and run
159
+
Go to the [Google Cloud Platform library page](https://console.cloud.google.com/apis/library), search for and enable the [Calendar API](https://console.cloud.google.com/apis/api/calendar-json.googleapis.com/overview).
160
+
161
+
Next, head over to the [API Dashboard Credentials page](https://console.cloud.google.com/apis/credentials), and create new credentials of type "OAuth Client ID". For application type, choose "Desktop app" and give it a name such as "Epaper Display". When presented, download or copy the `credentials.json` file and add it to this directory.
162
+
163
+
You can now kick off the authentication process. On the Raspberry Pi, run:
0 commit comments