Google Calendar로 돌아가기

Knoon AI를 Google Calendar (Google)과 연결하여 AI 워크플로우를 자동화하세요.

Update basic fields (summary, time, description, location, attendees) of an existing Google Calendar event.
googleCalendarUpdateEvent
베타
권한
  • https://www.googleapis.com/auth/calendar.readonly
  • https://www.googleapis.com/auth/calendar.events
선택사항 권한
표시할 항목이 없습니다.
매개변수
이름유형설명필수
calendarIdfile ID of the calendar to read from (e.g. "primary" or a specific calendar ID).
eventIdmustache ID of the event to update (usually returned by List Events or Create Event).
summarymustache New title for the event. If omitted, the existing title will be kept.아니요
descriptionmustache New description/notes for the event. If omitted, the existing description will be kept.아니요
locationmustache New location for the event. If omitted, the existing location will be kept.아니요
startDateTimemustache New start date/time in RFC 3339/ISO 8601. If no offset is supplied, the calendar's default timezone (or existing event timezone) will be used. If provided, must be consistent with endDateTime.아니요
endDateTimemustache New end date/time. Same rules as startDateTime. If provided, must be after startDateTime.아니요
preventConflictsboolean If true, the backend will prevent updating an event that conflicts with any existing event in the calendar.아니요
attendeesarray (mustache)Optional replacement list of attendee email addresses. If omitted, the existing attendees will be kept.아니요
privateExtendedPropertymap (mustache)Optional map of private extended properties to set or overwrite on the event. Keys you provide will replace existing values with the same key under event.extendedProperties.private; keys not provided are left unchanged.아니요
sharedExtendedPropertymap (mustache)Optional map of shared extended properties to set or overwrite on the event. Keys you provide will replace existing values with the same key under event.extendedProperties.shared; keys not provided are left unchanged.아니요
matchedPrivateExtendedPropertymap (mustache)Optional map of private extended properties that must already match on the event for the update to proceed. If any key/value differs, the update will fail.아니요
matchedSharedExtendedPropertymap (mustache)Optional map of shared extended properties that must already match on the event for the update to proceed. If any key/value differs, the update will fail.아니요
sendUpdatesstring Whether to send email updates to attendees about the changes: "ALL", "EXTERNAL_ONLY", or "NONE".아니요
반환값
이름유형설명
statusstring UPDATED or ERROR.
startstring Updated start date/time in RFC 3339/ISO 8601 format.
endstring Updated end date/time in RFC 3339/ISO 8601 format.
sensitive.eventIdstring ID of the updated event.
sensitive.summarystring Updated title of the event.
confidential.htmlLinkstring Link to the updated event in Google Calendar.