ย้อนกลับไปยัง Google Calendar
เชื่อมต่อ Knoon AI กับ Google Calendar (Google Cloud) เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI
List events from a public holiday calendar in Google Calendar.
googleCloudGoogleCalendarListHolidayCalendar
เบต้า
สิทธิ์การใช้งาน
สิทธิ์การใช้งานตัวเลือก
ไม่มีรายการให้แสดง
พารามิเตอร์
| ชื่อ | ประเภท | คำอธิบาย | จำเป็นต้องมี |
|---|---|---|---|
| calendarIDPrefix | mustache | Google holiday calendar ID prefix before the fixed suffix "#holiday@group.v.calendar.google.com" (e.g. "en.uk.official" or "en.singapore.official"). | ใช่ |
| timeMin | mustache | Optional start datetime in RFC 3339/ISO 8601 format. Defaults to the current time. | ไม่ |
| timeMax | mustache | Optional end datetime in RFC 3339/ISO 8601 format. | ไม่ |
| maxResults | mustache | Optional max number of holiday events to return (1-250). Defaults to 50. | ไม่ |
คืนสินค้า
| ชื่อ | ประเภท | คำอธิบาย |
|---|---|---|
| calendarId | string | Resolved Google Calendar ID for the public holiday calendar. |
| timeMin | string | Effective RFC 3339 lower bound used for the query. |
| timeMax | string | Effective RFC 3339 upper bound used for the query, if provided. |
| events.eventId | string | Google Calendar event ID. |
| events.summary | string | Holiday name. |
| events.description | string | Optional holiday description. |
| events.start | string | Event start datetime or all-day date. |
| events.end | string | Event end datetime or all-day date. |
| events.htmlLink | string | Google Calendar web link for the event. |
| events.status | string | Google Calendar event status. |