Loading...
Loading...
Interact with Google Calendar to list and create events.
npx skill4agent add baphomet480/claude-skills google-calendarcredentials.json~/.calendar_credentials/gcloud auth application-default login --scopes https://www.googleapis.com/auth/calendar.events,https://www.googleapis.com/auth/cloud-platformuv run skills/google-calendar/scripts/google_calendar.py verifycredentials.json~/.calendar_credentials/uv run skills/google-calendar/scripts/google_calendar.py setupuv run skills/google-calendar/scripts/google_calendar.py list --limit 5# Schedule a Council Meeting
uv run skills/google-calendar/scripts/google_calendar.py create \
--summary "Jedi Council Meeting" \
--start "2026-05-04T10:00:00" \
--end "2026-05-04T11:00:00" \
--description "Discussing the prophecy."[
{
"summary": "Podrace",
"start": { "dateTime": "2026-05-04T14:00:00Z" },
"end": { "dateTime": "2026-05-04T16:00:00Z" }
}
]