Google OAuth
Link your Google Calendar
Start the browser flow to grant access. We’ll exchange the code, store the refresh token for your current session user (encrypted), and keep your events in sync.
Redirect URI:
What happens
- The callback returns here, and the server saves the refresh token to your user.
- The token is stored encrypted and survives logout/login.
- You can copy the redirect URI above to register in Google Cloud Console.
Troubleshooting
- Ensure you’re logged in on the home page before starting OAuth.
- Whitelist the redirect URI in your Google OAuth client.
- If you see a 400/redirect mismatch, update the URI and retry.