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"
This commit is contained in:
mweimerskirch 2018-02-15 19:14:47 +01:00 committed by Fabian Affolter
parent 0a0a0a20a2
commit ee1a21c9d9

View File

@ -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 %}