google-calendar
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name GOOGLE_CALENDAR_TOKEN or zero doctor check-connector --url https://www.googleapis.com/calendar/v3/users/me/calendarList --method GET
How to Use
Base URL: https://www.googleapis.com/calendar/v3
Calendar List
List All Calendars
Get all calendars the user has access to:
curl -s "https://www.googleapis.com/calendar/v3/users/me/calendarList" --header "Authorization: Bearer $GOOGLE_CALENDAR_TOKEN" | jq '.items[]? | {id, summary, primary, accessRole}'