This tutorial will guide you through the process of configuring Google Calendar API for your GitHub project with illustrative images.
- Go to the Google Console page.
- Accept the terms of use if prompted and create a new project.
- Set a name for your project, for example, "IntrAgenda", and create the project.
- Next, go to the OAuth consent screen.
- Choose the "External" option and click on "Create."
- Enter the name "IntrAgenda."
- Select your email address below.
- At the bottom of the page, re-enter your Google email and save.
- Click on "Save and continue" for the next two pages.
- Once on the Summary page, press "Return to dashboard."
- Click on "Publish the app" and confirm.
- Go to Google Calendar API and click on "Enable."
- Then, visit Credentials, create new credentials, and select 'OAuth client ID.'
- Choose "Desktop App" with the name "IntrAgenda" and create.
- 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.