From ee1a21c9d9db769d3f41b7a9ac15c733d63197d5 Mon Sep 17 00:00:00 2001 From: mweimerskirch <362092+mweimerskirch@users.noreply.github.com> Date: Thu, 15 Feb 2018 19:14:47 +0100 Subject: [PATCH] Updated Google calendar documentation (#4621) The documentation was missing the step to enable the calendar API. It this step is not completed, the following error appears in the log: Encountered 403 Forbidden with reason "accessNotConfigured" --- source/_components/calendar.google.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/calendar.google.markdown b/source/_components/calendar.google.markdown index 3442a972a04..acad749e7c9 100644 --- a/source/_components/calendar.google.markdown +++ b/source/_components/calendar.google.markdown @@ -28,6 +28,7 @@ Generate a Client ID and Client Secret on [Google Developers Console](https://co 1. Click 'Create credentials' -> OAuth client ID. 1. Set the Application type to 'Other' and give this credential set a name then click Create. 1. Save the client ID and secret as you will need to put these in your configuration.yaml file. +1. Click on "Library", search for "Google Calendar API" and enable it. ### {% linkable_title Basic Setup %}