gog-calendar-team

gog-calendar-team is a command for coding agents from openclaw/gogcli. It costs 0 tokens per session (1,131 once invoked), scanned A, a copy of gog-admin-groups-list, MIT.

A command that lists calendar events for members of a Google Workspace group, such as a team mailing list.

In plain words
What is it for?
Review team members' events over a chosen date window.
Why use it?
It gathers the group's schedules in one query instead of checking each member separately.

Command

About the project

gog is a command-line client for Google Workspace services such as Gmail, Calendar, Drive, Docs, and Sheets. It is used by people, scripts, continuous-integration jobs, and coding agents that need account selection, structured output, and permission controls from a terminal.

openclaw/gogcli · 8,365 stars · on GitHub

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-team
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-team

README.md
[![agentmods](https://agentmods.dev/badge/commands/openclaw/gogcli/gog-calendar-team.svg)](https://agentmods.dev/commands/openclaw/gogcli/gog-calendar-team)
Your own site
<a href="https://agentmods.dev/commands/openclaw/gogcli/gog-calendar-team"><img src="https://agentmods.dev/badge/commands/openclaw/gogcli/gog-calendar-team.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 1,131 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 72% copy Near-identical to another mod 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.01131
Opus 5 $0.00000 $0.00566
Sonnet 5 $0.00000 $0.00226
Haiku 4.5 $0.00000 $0.00113

Measured yesterday against content hash a51eb5f0357e, 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-team 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.

Origin

This is a copy

72% identical to gog-admin-groups-list — 26 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

docs/commands/gog-calendar-team.md · 59 lines

How it starts

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

gog calendar team

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

Show events for Workspace group members (service account, direct token, or ADC)

Usage

gog calendar (cal) team <group-email> [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
--client string OAuth client name (selects stored credentials + token bucket)
--color string auto Color output: auto|always|never
--days int 0 Window length in days, measured from --from when given, otherwise from today
--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
-y--force--assume-yes--yes bool Skip confirmations for destructive commands
--freebusy bool Show only busy/free blocks (faster, single API call)
--from string Start time (RFC3339, date, or relative: now, today, tomorrow, monday)
--gmail-no-send bool false Block Gmail send operations (agent safety)
-h--help kong.helpFlag Show context-sensitive help.
--home string Override gogcli config/data/state/cache root (equivalent to GOG_HOME)
-j--json--machine bool false Output JSON to stdout (best for scripting)
--max--limit int64 100 Max events per calendar
--no-dedup bool Show each person's view without deduplication
--no-input--non-interactive--noninteractive bool Never prompt; fail instead (useful for CI)
-p--plain--tsv bool false Output stable, parseable text to stdout (TSV; no colors)
-q--query string Filter events by title (case-insensitive)
--quota-project string Google Cloud project to bill for API usage (sent as X-Goog-User-Project; some APIs require it with --access-token or ADC)
--readonly bool false Block mutating API requests at runtime; auth add also requests read-only OAuth scopes
--results-only bool In JSON mode, emit only the primary result (drops envelope fields like nextPageToken)
--select--pick--project string In JSON mode, select comma-separated fields (best-effort; supports dot paths). Desire path: use --fields for most commands.
--to string End time (RFC3339, date, or relative: now, today, tomorrow, monday)
--today bool Today only
--tomorrow bool Tomorrow only
-v--verbose bool Enable verbose logging
--version kong.VersionFlag Print version and exit
--week bool This week (uses --week-start, default Mon)
--week-start string Week start day for --week (sun, mon, ...)
--wrap-untrusted bool false In JSON/raw output, wrap fetched text fields in external untrusted-content markers

Read the full file on GitHub · 59 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 Changed · +1 lines a51eb5f0357e
  2. 2d ago First seen · 58 lines · 0 tokens per session scan A 26ee6eb4d5d0

Subscribe to this mod's changes

gog-calendar-team is a command published in the GitHub repository openclaw/gogcli (8,365 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,131 tokens. A static security scan graded it A with 0 findings. It is 72% identical to gog-admin-groups-list, differing in 26 lines, and is treated as a copy.