#!/usr/bin/env node /** * go-calendar — Gateway CLI for Google Calendar operations. * * Always outputs JSON. Designed for agent consumption. * * Usage: * go-calendar [args...] * go-calendar marc@blegal.eu calendars * go-calendar marc@blegal.eu events primary --from=2026-02-01T00:00:00Z * go-calendar marc@blegal.eu create primary --summary="Meeting" --start=... --end=... * * Safety: * Destructive operations (delete) require --confirm flag. */ export {}; //# sourceMappingURL=calendar.d.ts.map