Google Calendar

gcal_quick_add

Create an event from natural language text. Google Calendar parses the text to set summary, date, time, and location automatically.

Remote node2flow/google-calendar

Other tools also called gcal_quick_add? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "text": {
      "type": "string",
      "description": "Natural language event description (e.g., \"Meeting with John tomorrow at 3pm at Starbucks\", \"Lunch on Friday 12-1pm\")"
    },
    "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 notifications to"
    }
  }
}