Read and manage calendar events
google-calendarskillsetup L2★30,073
onyx-dot-app/onyx ↗What it does
Read and manage Google Calendar events via API
Best for
Query and modify Google Calendar events programmatically with automatic pagination and empty-field cleanup.
Inputs
- · calendar ID (default: primary)
- · date range (ISO 8601)
- · query filter text
Outputs
- · event list JSON
- · free/busy status
- · event details with attendees
Requires
- · Google Calendar API
- · OAuth token for connected user
Preconditions
User authenticated to Google, API credentials configured
Failure modes
- · API rate limit
- · invalid date range
- · calendar not accessible
Trust signals
- · official Google Calendar API wrapper
- · commands for list, create, delete, freebusy
- · auto-pagination on read commands