Google Calendar

GOOGLECALENDAR_DUPLICATE_CALENDAR

Creates a new, empty Google Calendar with the specified title (summary).

Remote googlecalendar

Other tools also called GOOGLECALENDAR_DUPLICATE_CALENDAR? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "summary": {
      "type": "string",
      "minLength": 1,
      "description": "Title for the new Google Calendar to be created. Required and must be a non-empty string.\nExamples:\n  \"Project Alpha Tasks\"\n  \"Marketing Team Q4\"\n  \"Personal Appointments\""
    }
  }
}