event-management

Installation
SKILL.md

Event Management

Create, search, list, update, and delete calendar events. Events come from the Google Calendar API — they are NOT stored in the local SQL database.

Key Principle

Events live in Google Calendar, not SQL. Never use db-query or db-exec to work with events. Always use the dedicated scripts which query the Google Calendar API directly.

Scripts

list-events

Query events from Google Calendar within a date range.

# Today's events (--to is exclusive, so use tomorrow)
pnpm action list-events --from 2026-04-03 --to 2026-04-04
Installs
1
GitHub Stars
3.8K
First Seen
8 days ago
event-management — builderio/agent-native