First time? Click Setup to paste your Google OAuth Client ID
(one-time, stored locally in this browser). Then Connect Google Calendar to sign in.
See the setup guide linked at the bottom of the page.
Google Calendar Setup
One-time steps to enable the connection
- Go to Google Cloud Console and create (or pick) a project.
- Enable Google Calendar API under APIs & Services → Library.
- Under Credentials, create an OAuth 2.0 Client ID of type Web application.
- Add the page's origin to Authorized JavaScript origins — for example
http://localhost:8080for local preview and your deployed origin (e.g.https://projects.timbertekllc.comorhttps://cdionne7.github.io). - Copy the resulting Client ID, click Setup at the top of this page, and paste it in.
- Click Connect Google Calendar, grant access, pick a calendar, and you're synced.
Credentials never leave your browser. The Client ID is saved in localStorage on
this device only. Access tokens are held in memory for the session and discarded on sign out.