c-calendar
Installation
SKILL.md
This skill manages calendars via gog (Google Calendar) or icalBuddy (Apple Calendar). Check availability with which gog icalBuddy.
Google Calendar — gog cal (gogcli)
gog cal list # List upcoming events
gog cal list --days 7 # Next 7 days
gog cal list --calendar "Work" # Specific calendar
gog cal list --start "2026-03-01" --end "2026-03-07"
gog cal get <event-id> # Get event details
gog cal create --title "Meeting" --start "2026-03-01T10:00" --end "2026-03-01T11:00"
gog cal create --title "Event" --start "tomorrow 2pm" --duration 1h --calendar "Work"
gog cal create --attendees "alice@x.com,bob@x.com" --title "Sync"
gog cal update <event-id> --title "New Title"
gog cal delete <event-id>
gog cal calendars # List all calendars
gog cal freebusy --start "tomorrow" --end "tomorrow 5pm"