Google Calendar Integration
Sync events, appointments, and meetings between Gauzy and Google Calendar.
Overviewโ
The Google Calendar integration enables:
- Sync employee appointments to Google Calendar
- Import calendar events as time entries
- Availability based on calendar
Setupโ
1. Google Cloud Consoleโ
- Go to console.cloud.google.com
- Create a project or select existing
- Enable Google Calendar API
- Create OAuth credentials
- Add authorized redirect URI:
{API_BASE_URL}/api/integration/google-calendar/callback
2. Configureโ
GOOGLE_CALENDAR_CLIENT_ID=your-client-id
GOOGLE_CALENDAR_CLIENT_SECRET=your-client-secret
GOOGLE_CALENDAR_CALLBACK_URL=http://localhost:3000/api/integration/google-calendar/callback
3. Connectโ
- Navigate to Integrations โ Google Calendar
- Click Connect
- Authorize Google Calendar access
- Select calendars to sync
Synced Dataโ
| Google Calendar | Gauzy | Direction |
|---|---|---|
| Events | Employee Appointments | Google โ Gauzy |
| Busy times | Availability | Google โ Gauzy |
| Meeting invites | Event Types | Bidirectional |
Related Pagesโ
- Google OAuth โ Google auth setup
- Employee Availability โ availability API
- Event Scheduling โ scheduling features