Skip to main content
Every googlecalendar.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.

Calendar

getAvailability

calendar.getAvailability Get free/busy availability for a calendar Risk: read
Input
Output

Events

create

events.create Create a new calendar event Risk: write
Input
Output

delete

events.delete Delete a calendar event [DESTRUCTIVE] Risk: destructive
Input Output: void

get

events.get Get a specific calendar event Risk: read
Input Output

getMany

events.getMany List calendar events Risk: read
Input Output

update

events.update Update an existing calendar event Risk: write
Input
Output