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

  1. Go to Google Cloud Console and create (or pick) a project.
  2. Enable Google Calendar API under APIs & Services → Library.
  3. Under Credentials, create an OAuth 2.0 Client ID of type Web application.
  4. Add the page's origin to Authorized JavaScript origins — for example http://localhost:8080 for local preview and your deployed origin (e.g. https://projects.timbertekllc.com or https://cdionne7.github.io).
  5. Copy the resulting Client ID, click Setup at the top of this page, and paste it in.
  6. 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.