Google Calendar integration - API token will not authorize

For Google Calendar Integration, Needs to Create Project on Google Developer Console

Click on Link for open Google Developer Console : Google Developer Console

  1. To create a New Project, click on the ‘New Project’ button.

  1. Enter Project Name and click on the Create button.

3)Click on the ‘Select a project’ dropdown and select project.

  1. For Enable Google Calendar API, click on ‘+ ENABLES API AND SERVICES’.

  1. In Search Box type ‘Google Calendar API’, it’ll display the “Google Calendar API” as shown in below screenshot & click on the ‘Google Calendar API’ result.

  1. For Enable “Google Calendar API”, click on the ‘Enable’ button.

  1. Click on the ‘CREATE CREDENTIALS’ to Create Credentials.

  1. Fill up all Credentials as shown in below the screenshot.

  1. Click on the ‘What credentials do I need’ Button.

  1. Set up an OAuth Consent Screen.

  1. Fill up all Application Details and click on the “Save” button.

In ‘Authorized redirect URIs’, add a full URI to the ‘saveGoogleApiKey’ Entry Point.

Example: http://your-domin.com/index.php?entryPoint=saveGoogleApiKey

  1. Click on the “Refresh” Button to Create oAuth Client Id.

Download JSON Credentials file.

  1. In Google Calendar Settings, upload credentials JSON file. And click on the Save button.

  1. Click on Profile Link.

  1. Open User Profile, go to Advanced tab.

  1. Go to the Google Account Synchronization section. Enable Google Sync and Click on the Authorize button.

I hope it helps you

5 Likes