Calendar from Google: creating API Keys

  1. Go to console.cloud.google.com and find the old project for this Demo in order to see its settings (URLs, scopes). Currently, the app is called Calendar from google.
Image without caption
  1. Navigate to the burger icon and from the sidebar select APIs and services → Enabled APIs and services
Image without caption
  1. On the sidebar click on OAuth consent screen → Edit App
Image without caption
  1. Check out the scopes and URLs
Image without caption
Image without caption
Image without caption
  1. Go to Credentials and click on the Edit icon to see the URLs
Image without caption
Image without caption
  1. Now when we checked the old settings let’s create a new project. Click on “New project”
Image without caption
Image without caption
  1. Wait until it is created
Image without caption
  1. Press “SELECT PROJECT”
Image without caption
  1. On sidebar click on OAuth consent screen
Image without caption
  1. Set up a new project , select External and click on “CREATE”
Image without caption
11. Give a name to the app and insert a support e-mail
Image without caption
12. Insert the Authorises domains and e-mail, and click on SAVE AND CONTINUE till the end
Image without caption
  1. After all steps are done you have to Publish the app. Click on PUBLISH APP and in the popup press “Confirm”
Image without caption
Image without caption
  1. Now we need to create the Keys. For that, we go to the Credentials in the sidebar, click on + CREATE CREDENTIALS → OAuth Client ID
Image without caption
15. Select App type → Web Application, and give it a name
Image without caption
Image without caption
16. The fill in the URIs fields and click on SAVE button
Image without caption
🎥
DO NOT forget to add a redirect URL from the Plugin settings as well
Image without caption
  1. After that, the popup will appear in which you can find the Keys that need to be copied and pasted in the Plugins Tab → field App ID/API Key
Image without caption
18. Plugin tab
Image without caption
19. Copy Client Secret and paste in App Secret field
Image without caption
Image without caption
Share