Google Calendar Integration
Schedule meetings and sync calendar events with Google Calendar.
Setup
- Admin configures OAuth: Admin → Settings → Integrations → Google. The same Google OAuth credentials used for Gmail login also power Calendar access.
- User connects: Settings → Integrations → click Connect on Google Calendar. Authorize calendar access.
Features
- View Calendar: See upcoming events alongside your inbox
- Schedule Meetings: Create calendar events from within MailTrixy
- Auto-refresh: Calendar data syncs every 30 minutes via OAuth token refresh
Google Cloud Setup
- Go to Google Cloud Console
- Create OAuth 2.0 credentials (or reuse existing Gmail OAuth)
- Add scope:
https://www.googleapis.com/auth/calendar.readonlyandhttps://www.googleapis.com/auth/calendar.events - Set redirect URI:
https://yourdomain.com/oauth/google-calendar/callback