Last updated: 4 September 2026
omarchy-agenda is a desktop plugin for the Omarchy status bar. It shows the day's calendar events and opens the meeting link. It is free software, published under the MIT license at github.com/esasse/omarchy-agenda, and it runs entirely on the computer where it is installed.
With the permission you grant during sign-in, the plugin reads through the Google Calendar API:
calendar.readonly — the calendars of the account and the
events of the day being displayed: title, start and end, location,
description, conference link, guest count and your RSVP status.openid email — the account's e-mail address, used to
label which account an event came from and to pin the right account on
Google meeting links.It never creates, edits or deletes anything in your calendars. The scope granted is read-only.
Nowhere. There is no server, no account, no analytics and no telemetry in this project. The plugin talks directly from your machine to Google's API, and the data is drawn on your screen.
What is written to disk stays on your machine, under
~/.local/share/omarchy-agenda/, readable only by your user
(files mode 600, directory 700):
No calendar data, e-mail address or token is transmitted to the author
of this project or to any third party. The only network destination is
Google's own API endpoints (oauth2.googleapis.com and
www.googleapis.com), plus whatever meeting URL you choose to
open in your browser.
The project's use of information received from Google APIs adheres to the Google API Services User Data Policy, including its Limited Use requirements.
The event cache holds one day and is overwritten on each refresh. To remove everything:
omarchy-agenda logout <account> deletes that
account's tokens locally and revokes the grant at Google;~/.local/share/omarchy-agenda/ removes all
local state;The plugin is a developer tool for a Linux desktop and is not directed at children.
If this policy changes, the new version replaces this page and the date above changes with it. The page's history is public in the repository.
Erick Sasse — esasse@gmail.com. Bugs and questions are also welcome as issues.