No public description

PiperOrigin-RevId: 748777998
This commit is contained in:
Google ADK Member
2025-04-17 19:50:22 +00:00
committed by hangfei
parent 290058eb05
commit 61d4be2d76
99 changed files with 2120 additions and 256 deletions

View File

@@ -119,7 +119,7 @@ def calendar_api_spec():
"methods": {
"get": {
"id": "calendar.calendars.get",
"path": "calendars/{calendarId}",
"flatPath": "calendars/{calendarId}",
"httpMethod": "GET",
"description": "Returns metadata for a calendar.",
"parameters": {
@@ -151,7 +151,7 @@ def calendar_api_spec():
"methods": {
"list": {
"id": "calendar.events.list",
"path": "calendars/{calendarId}/events",
"flatPath": "calendars/{calendarId}/events",
"httpMethod": "GET",
"description": (
"Returns events on the specified calendar."