gog-calendar-update

gog-calendar-update is a command for coding agents from openclaw/gogcli. It costs 0 tokens per session (2,055 once invoked), scanned A, original, MIT.

Command "gog-calendar-update" from openclaw/gogcli, covering gog calendar update, usage, parent, flags and see also.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/openclaw/gogcli/gog-calendar-update
Clone the repo
git clone --depth 1 https://github.com/openclaw/gogcli

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gog-calendar-update

README.md
[![agentmods](https://agentmods.dev/badge/commands/openclaw/gogcli/gog-calendar-update.svg)](https://agentmods.dev/commands/openclaw/gogcli/gog-calendar-update)
Your own site
<a href="https://agentmods.dev/commands/openclaw/gogcli/gog-calendar-update"><img src="https://agentmods.dev/badge/commands/openclaw/gogcli/gog-calendar-update.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,055 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.02055
Opus 5 $0.00000 $0.01027
Sonnet 5 $0.00000 $0.00411
Haiku 4.5 $0.00000 $0.00205

Measured yesterday against content hash c4cf27970c6f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

gog-calendar-update scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

docs/commands/gog-calendar-update.md · 94 lines

How it starts

The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.

gog calendar update

Generated from gog schema --json. Do not edit this page by hand; run make docs-commands.

Update an event

Usage

gog calendar (cal) update (edit,set) <calendarId> <eventId> [flags]

Parent

Flags

Flag Type Default Help
--access-token string Use provided access token directly (bypasses stored refresh tokens; token expires in ~1h)
-a--account--acct string Account email, alias, or auto for authenticated Google API commands
--add-attendee string Comma-separated attendee emails to add (preserves existing attendees); modifiers: ;optional, ;resource, ;comment=TEXT
--all-day bool All-day event (use date-only in --from/--to)
--attachment []string File attachment URL (can be repeated; replaces all; set empty to clear)
--attendees string Comma-separated attendee emails (replaces all; set empty to clear); modifiers: ;optional, ;resource, ;comment=TEXT
--client string OAuth client name (selects stored credentials + token bucket)
--color string auto Color output: auto|always|never
--description string New description (set empty to clear)
--disable-commands string Comma-separated list of disabled commands; dot paths allowed
-n--dry-run--dryrun--noop--preview bool Do not make changes; print intended actions and exit successfully
--enable-commands string Comma-separated list of enabled command prefixes; dot paths allowed (restricts CLI)
--enable-commands-exact string Comma-separated list of exact enabled commands; dot paths allowed and parent commands do not enable children
--end-timezone--to-timezone string IANA timezone metadata for --to (e.g., America/New_York)
--event-color string Event color ID (1-11, or empty to clear)
--event-type string Event type: default, focus-time, out-of-office, working-location
--focus-auto-decline string Focus Time auto-decline mode: none, all, new
--focus-chat-status string Focus Time chat status: available, doNotDisturb
--focus-decline-message string Focus Time decline message (set empty to clear)
-y--force--assume-yes--yes bool Skip confirmations for destructive commands
--from string New start time (RFC3339; set empty to clear)
--gmail-no-send bool false Block Gmail send operations (agent safety)
--guests-can-invite *bool Allow guests to invite others
--guests-can-modify *bool Allow guests to modify event
--guests-can-see-others *bool Allow guests to see other guests
-h--help kong.helpFlag Show context-sensitive help.
--home string Override gogcli config/data/state/cache root (equivalent to GOG_HOME)
--include-passwords bool Do not redact Zoom meeting passwords in output
-j--json--machine bool false Output JSON to stdout (best for scripting)
--location string New location (set empty to clear)
--location-search string Resolve a Google Places text search and use the best match as event location
--no-input--non-interactive--noninteractive bool Never prompt; fail instead (useful for CI)
--no-reminders bool Disable all event reminders
--ooo-auto-decline string Out of Office auto-decline mode: none, all, new
--ooo-decline-message string Out of Office decline message (set empty to clear)
--original-start string Original start time of instance (required for scope=single,future)
--place-id string Resolve a Google Places ID and use it as event location
--place-language string Places API language code for location lookup
--place-region string Places API region code for location lookup
-p--plain--tsv bool false Output stable, parseable text to stdout (TSV; no colors)
--private-prop []string Private extended property (key=value, can be repeated)
--readonly bool false Block mutating API requests at runtime; auth add also requests read-only OAuth scopes
--regenerate-meet bool Replace the event's Google Meet video conference
--regenerate-zoom bool Replace the event's Zoom video conference
--reminder []string Custom reminders as method:duration (e.g., popup:30m, email:1d). Can be repeated (max 5). Set empty to restore calendar defaults.
--remove-zoom bool Remove the event's Zoom video conference
--results-only bool In JSON mode, emit only the primary result (drops envelope fields like nextPageToken)
--rrule []string Recurrence rules (e.g., 'RRULE:FREQ=MONTHLY;BYMONTHDAY=11'). Can be repeated. Set empty to clear.
--scope string all For recurring events: single, future, all
--select--pick--project string In JSON mode, select comma-separated fields (best-effort; supports dot paths). Desire path: use --fields for most commands.
--send-updates string Notification mode: all, externalOnly, none (default: none)
--shared-prop []string Shared extended property (key=value, can be repeated)
--start-timezone--from-timezone string IANA timezone metadata for --from (e.g., Europe/Rome)
--summary string New summary/title (set empty to clear)
--to string New end time (RFC3339; set empty to clear)
--transparency string Show as busy (opaque) or free (transparent). Aliases: busy, free
-v--verbose bool Enable verbose logging
--version kong.VersionFlag Print version and exit
--visibility string Event visibility: default, public, private, confidential
--with-meet bool Create a Google Meet video conference for this event
--with-zoom bool Create a Zoom video conference for this event
--working-building-id string Working location building ID
--working-custom-label string Working location custom label
--working-desk-id string Working location desk ID
--working-floor-id string Working location floor ID
--working-location-type string Working location type: home, office, custom
--working-office-label string Working location office name/label
--wrap-untrusted bool false In JSON/raw output, wrap fetched text fields in external untrusted-content markers

Read the full file on GitHub · 94 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 94 lines · 0 tokens per session scan A c4cf27970c6f

Subscribe to this mod's changes

gog-calendar-update is a command published in the GitHub repository openclaw/gogcli (8,363 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,055 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other commands, from other repositories

setup-gogcli.en

Command "setup-gogcli.en" from minicoohei/ai-agent-camp, covering gogcli (google workspace cli) setup, step 0: check setup progress, what you'll do in this session, readiness check and step 1: install gogcli.

minicoohei/ai-agent-camp · 2 tokens

setup-gogcli.es

Command "setup-gogcli.es" from minicoohei/ai-agent-camp, covering configuración de gogcli (google workspace cli), step 0: verificar el progreso de configuración, lo que hará en esta sesión, verificación de preparación and step 1: instalar gogcli.

minicoohei/ai-agent-camp · 2 tokens

setup-gogcli

Command "setup-gogcli" from minicoohei/ai-agent-camp, covering gogcli (google workspace cli) セットアップ, step 0: セットアップ進捗の確認, このセッションでやること, 準備チェック and step 1: gogcli のインストール.

minicoohei/ai-agent-camp · 2 tokens

draft-email

Draft a Gmail email or reply in your voice with full CRM/knowledge-base context loaded and every claim verified. Always creates a draft — never sends.

Elnora-AI/elnora-google-workspace · 33 tokens

setup-clasp.en

Command "setup-clasp.en" from minicoohei/ai-agent-camp, covering google apps script cli (clasp) setup, step 0: check setup progress, what you'll do in this session, readiness check and step 1: check node.js.

minicoohei/ai-agent-camp · 2 tokens

generate-all-documentation

Orchestrate parallel documentation generation across all domains, saving 5-7 minutes per workflow through aggressive parallelisation.

windagency/valora.ai · 27 tokens