# calendar-event-list

> List upcoming Google Calendar events for a given timerange

- Skill: `keyargo/calendar-event-list` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add keyargo/calendar-event-list`
- Raw SKILL.md: https://api.skillmd.com/api/skills/keyargo/calendar-event-list/raw
- Safety review: pending (external: skill-scanner PASS, skillspector FAIL)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- License: MIT
- Author: KeyArgo (https://skillmd.com/u/keyargo)
- Updated: 2026-08-19
- Page: https://skillmd.com/skills/keyargo/calendar-event-list

---


# Calendar Event List

List upcoming Google Calendar events for a given timerange

## Authority band

This tool runs under **L0** authority in the Custodian kernel. Read-only; no real-world effects — always autonomous.

## Inputs

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| (see execute.py for full schema) | | | |

## Configuration

Set the required environment variables before use. Until configured, `custodian tools run calendar-event-list` returns a stub response indicating which variables are needed.

## Usage

```bash
custodian tools run calendar-event-list --param value
```

## Custodian governance

Every call to this tool passes through the Custodian kernel authority check
before executing. The kernel verifies the current authority band, checks
spending caps where applicable, logs the action to the OCSF audit trail,
and escalates to a human operator if the action exceeds the declared band.

Adding this tool to any Hermes agent session requires no code changes —
declare `custodian-band: L0` in the SKILL.md frontmatter and the kernel
wraps it automatically.

