Install
openclaw skills install google-calendar-delete-eventAtomic node skill to delete a Google Calendar event using the gog CLI.
openclaw skills install google-calendar-delete-eventThis skill allows the agent to delete an event from Google Calendar using the native CLI.
WHEN [An event needs to be removed or deleted from the calendar]
THEN [Execute the native terminal command gog calendar delete <calendarId> <eventId>]
{
"command": "gog calendar delete primary event_id_123"
}
Confirmation that the event was deleted.