Google Calendar Setup
Google Calendar integration powers meeting scheduling, calendar sync, and Google Meet creation in ClientFlo. The Google Calendar API is free to use within standard quota limits.
Step-by-Step Guide
Follow this walkthrough to create a Google Cloud project, set up OAuth, and enable the Calendar API:
Configuration Values
After setup, collect these values:
| Variable | Source |
|---|---|
GOOGLE_CLIENT_ID | Credentials → OAuth 2.0 Client ID |
GOOGLE_CLIENT_SECRET | Credentials → OAuth 2.0 Client Secret |
GOOGLE_REDIRECT_URI | https://yourdomain.com/api/auth/google/callback |
⚠️
Redirect URI must match: The redirect URI in your OAuth credentials must exactly match the callback URL in your ClientFlo deployment, including the domain.
Next, configure environment variables.