This guide will walk you through creating a Google Auth client for Google Calendar in a structured manner, and use the credentials created on Keragon dashboard.
Go to console.cloud.google.com
1. Click "Create Project"
Go to Google developer console, cloud resource manager, and start by creating a new project.
2. Fill in the "Project name" field
Enter your desired project name, for example, "Keragon GoogleCalendar Project".
3. Click "Create"
Proceed by clicking the Create button.
4. Click "Select Project"
Select the newly created project.
5. Click the menu icon
Click the menu icon at the top right.
6. Click "Enabled APIs & services"
Access the Enabled APIs & services section.
7. Click the "Search" field
Search for resources, documentation, and products.
8. Search "Google Calendar API" and select it from the dropdown
Enter "Google Calendar API" in the search bar and select it from the search results.
9. Click "Enable"
Enable the Google Calendar API.
10. Click here
Go back to the "Enabled APIs" dashboard.
11. Click "OAuth consent screen"
Access the "OAuth consent screen" section.
12. Click "Internal"
Select the Internal option under User Type.
13. Click "Create"
Click CREATE.
14. Set the "App name"
Proceed by selecting and filling in the app name field. For example "Keragon Google Calendar App".
15. Set the User support email field
Select the email address from the dropdown.
16. Add an email address
Set an email address under Developer contact information.
17. Click "Save and continue"
Save your changes and proceed.
18. Click "Add or remove scopes"
Access the option to add or remove scopes.
19. Search for "Google Calendar API"
In the Filter, search for Google Calendar API.
20. Click here
Enable all scopes by clicking the highlighted checkbox.
21. Click "Update"
Click the Update button.
22. Click "Save and continue"
Save and move on to the next step.
23. Click "Back to dashboard"
Return to the dashboard.
24. Click "Credentials"
Access the credentials section.
25. Click "Create credentials"
Create new credentials.
26. Click "OAuth client ID"
Select the OAuth client ID option.
27. Click "Application type"
Click the Application type field.
28. Click "Web application"
Select the Web application type.
29. Click "Add URI"
Add new URIs under Authorized redirect URIs.
30. Fill "https://api.us-east-1.keragon.com/rest/auth/callback"
Add a new URI.
31. Click "Add URI"
Add the URI to the list and add another one.
32. Fill "https://api.us-1.keragon.com/rest/auth/callback"
Enter the second URI here.
33. Click "Create"
Create the credentials.
34. Copy your Client ID and Client Secret
Copy the Client ID and secret and paste them in your Keragon dashboard Google Calendar authentication.
You are now set up to authenticate Google Calendar on Keragon dashboard and start building your HIPAA-compliant workflow.