googleCalendar.deleteEvent removes an event from its calendar. To decline an invitation, use googleCalendar.respondToInvitation instead.
Example
Inputs
Output
ReturnsSignal<{ calendarId: string; eventId: string }> identifying the deleted event. Delete an organizer-owned event to cancel it. Use Respond to invitation when the authenticated user is an attendee.