Windows Calendar Widget

A lightweight desktop widget for Windows that shows your Google Calendar on top of the desktop, with quick add/edit, theme toggle, and holiday display.
What the app does
- Displays your Google Calendar events (read) and lets you create/update/delete events (write) from the widget.
- Shows public holidays by country/locale.
- Runs locally on Windows (built with Go + Wails + React); no backend server.
- Optional auto-start; frameless always-on-desktop UI you can resize and move.
Google permissions (scopes)
https://www.googleapis.com/auth/calendar.events – read and manage your calendar events to sync.
openid, https://www.googleapis.com/auth/userinfo.email, https://www.googleapis.com/auth/userinfo.profile – show the signed-in account name/email/avatar and keep you signed in.
How data is handled
- Event data and Google tokens are stored only on your device in
%AppData%/calendar-widget (SQLite DB + token JSON).
- No data is sent to our own servers or shared with third parties.
- Logout removes local tokens and clears locally cached events; you can also revoke access anytime in your Google Account.
Privacy Policy