Google Super
GOOGLESUPER_DUPLICATE_CALENDAR
Creates a new, empty Google Calendar with the specified title (summary).
Remote googlesuper
Other tools also called GOOGLESUPER_DUPLICATE_CALENDAR?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"summary": {
"type": "string",
"title": "Summary",
"examples": [
"Project Alpha Tasks",
"Marketing Team Q4",
"Personal Appointments"
],
"minLength": 1,
"description": "Title for the new Google Calendar to be created. Required and must be a non-empty string."
}
}
}