Open Google API Console
Search for the Google Calendar API
Enable the Google Calendar API
Configure the OAuth Consent Screen
Add Calendar Scopes
.../auth/calendar.events
, .../auth/calendar.readonly
, and then click “Update”.Add Test Users
Create OAuth Credentials
Select Web Application as the Application Type
Add Authorized Redirect URIs
<Cal.com URL>
with the URL where your application runs.Download the OAuth Client ID JSON
.env
and .env.appStore
files under the GOOGLE_API_CREDENTIALS
key.Set the Google Integration as Internal
.env
file, set the following environment variable:Repopulate App Store
pnpm db-seed
to update the app store and include the newly added Google Calendar integration.