Skip to content

Latest commit

 

History

History
76 lines (41 loc) · 2.2 KB

Create_API_Google.md

File metadata and controls

76 lines (41 loc) · 2.2 KB

Setting up Google Calendar API for IntrAgenda

This tutorial will guide you through the process of configuring Google Calendar API for your GitHub project with illustrative images.

Step 1: Access the Google Console page

Step 1

Step 2: Create a project

Step 2

  • Set a name for your project, for example, "IntrAgenda", and create the project.

Step 3: Access the OAuth Consent Screen page

Step 3

Step 4: Configure the consent screen

Step 4

  • Enter the name "IntrAgenda."
  • Select your email address below.
  • At the bottom of the page, re-enter your Google email and save.

Step 5: Continue the consent process

Step 5

  • Click on "Save and continue" for the next two pages.

Step 6: Return to the dashboard

Step 6

  • Once on the Summary page, press "Return to dashboard."

Step 7: Publish the application

Step 7

  • Click on "Publish the app" and confirm.

Step 8: Enable Google Calendar API

Step 8

Step 9: Create OAuth credentials

Step 9

  • Then, visit Credentials, create new credentials, and select 'OAuth client ID.'

Step 10: Configure OAuth client ID

Step 10

  • Choose "Desktop App" with the name "IntrAgenda" and create.

Step 11: Download the credentials.json file

Step 11

  • A popup will appear, allowing you to download the .json file.
  • Rename the downloaded file to 'credentials.json' and place it at the root of your repo.

You have now successfully configured Google Calendar API for IntrAgenda.