Google Calendar

gcal_delete_event

Delete an event from the calendar. This action is irreversible.

Remote node2flow/google-calendar

Other tools also called gcal_delete_event? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "event_id": {
      "type": "string",
      "description": "The event ID to delete"
    },
    "calendar_id": {
      "type": "string",
      "description": "Calendar ID (use \"primary\" for the main calendar)"
    },
    "send_updates": {
      "enum": [
        "all",
        "externalOnly",
        "none"
      ],
      "type": "string",
      "description": "Who to send cancellation notifications to"
    }
  }
}