A personal Google Calendar integration for the DeepSeek Harness.
This page exists to document a personal, single-user application that connects a self-hosted dsh-calendar plugin to one Google Calendar account over CalDAV.
It runs locally on the owner's own machine as part of a command-line assistant. It reads and writes calendar events on a single Google account — the owner's own — so that the assistant can answer questions about the schedule and create or amend events when asked.
Google Calendar's CalDAV interface requires OAuth 2.0; it does not accept passwords or
app-specific passwords. The application therefore requests the
https://www.googleapis.com/auth/calendar scope, which is the read and
write access needed to list, create, update and delete events.
See the privacy policy for what data is accessed, where it is stored, and how to revoke access.