Google Calendar

gcal_list_instances

List individual instances of a recurring event. Returns expanded occurrences within a time range.

Remote node2flow/google-calendar

Other tools also called gcal_list_instances? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "event_id": {
      "type": "string",
      "description": "The recurring event ID (master event)"
    },
    "time_max": {
      "type": "string",
      "description": "Upper bound for instance start time in RFC 3339 format"
    },
    "time_min": {
      "type": "string",
      "description": "Lower bound for instance start time in RFC 3339 format"
    },
    "time_zone": {
      "type": "string",
      "description": "Time zone for the response"
    },
    "page_token": {
      "type": "string",
      "description": "Token for next page of results"
    },
    "calendar_id": {
      "type": "string",
      "description": "Calendar ID (use \"primary\" for the main calendar)"
    },
    "max_results": {
      "type": "number",
      "description": "Maximum number of instances to return"
    }
  }
}