1. Create the OAuth client
In Google Cloud Console:- Create or select a project.
- Enable Google Calendar API.
- Configure the OAuth consent screen.
- Add test users while the app is in Testing status.
- Create a Web application OAuth client.
2. Set installation credentials
3. Register the callback
Register the exact origin-specific callback in Google Cloud:4. Connect a workspace calendar
1
Open the integration
Sign in as an owner or administrator and open Settings → Integrations →
Google Calendar.
2
Authorize Google
Select the account that can edit the interview calendar and approve the
requested Calendar permissions.
3
Select and test the calendar
Choose a writable calendar, save it, and use Test connection. Schedule a
test interview and verify the event and Meet link.
Common errors
redirect_uri_mismatch
Compare the provider callback with ${HARLY_URL}/api/integrations/google/callback.
Check protocol, host, port, and trailing slash.