🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Calendar

by @xejrax

Manage Google Calendar events using `gcalcli`. Create, list, and delete calendar events from the CLI.

Versionv1.0.0
Downloads4,068
Installs13
Stars⭐ 1
TERMINAL
clawhub install brainz-calendar

πŸ“– About This Skill


name: calendar description: "Manage Google Calendar events using gcalcli. Create, list, and delete calendar events from the CLI." metadata: { "openclaw": { "emoji": "πŸ“…", "requires": { "bins": ["gcalcli"] }, "install": [ { "id": "pip", "kind": "pip", "package": "gcalcli", "bins": ["gcalcli"], "label": "Install gcalcli (pip)", }, ], }, }

Calendar Skill

Use gcalcli to interact with Google Calendar. Requires GOOGLE_CALENDAR_API_KEY (or CALDAV_URL/CALDAV_USER/CALDAV_PASS for CalDAV).

Listing Events

List upcoming events in a date range:

gcalcli agenda "2026-02-03" "2026-02-10"

Creating Events

Add a new calendar event:

gcalcli add --title "Team sync" --when "2026-02-04 10:00" --duration 30

Deleting Events

Delete an event by search term:

gcalcli delete "Team sync"

Install

pip install gcalcli