?
deleteGoogleCalendarEvent
Retrieve a specific event from a Google Calendar by event ID.
mindstudio.deleteGoogleCalendarEvent({ eventId }) → Result
Retrieve a specific event from a Google Calendar by event ID.
Parameters
connectionId
string
Google OAuth connection ID
eventId
string
RequiredGoogle Calendar event ID to delete
calendarId
string
Calendar ID (defaults to "primary" if omitted)
Call from a method
import { mindstudio } from '@mindstudio-ai/agent'; const result = await mindstudio.deleteGoogleCalendarEvent({ eventId: /* ... */ });