Google Calendar に戻る

Google Calendar (Google) と Knoon AI を接続して AI ワークフローを自動化します。

Create a new event in a specified Google Calendar.
googleCalendarCreateEvent
ベータ
権限
  • 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).はい
summarymustache Title of the event (e.g. "Onboarding call with {{data.contact.name}}").はい
descriptionmustache Detailed description or agenda for the event. You may include dynamic placeholders such as {{data.contact.externalId}}.いいえ
locationmustache Optional location or meeting link (e.g. office address or video call URL).いいえ
startDateTimemustache Start date/time in RFC 3339/ISO 8601 (e.g. "2025-11-20T09:00:00+08:00" or "2025-11-20T09:00:00"). If no offset is provided, the calendar's default timezone will be used.はい
endDateTimemustache End date/time. Same rules as startDateTime. Must be after startDateTime.はい
preventConflictsboolean If true, the backend will prevent creating an event that conflicts with any existing event in the calendar.いいえ
attendeesarray (mustache)Optional list of attendee email addresses (e.g. ["{{data.contact.email}}", "teammate@example.com"]).いいえ
reminderMinutesBeforeStartnumber Email reminder timing in minutes before the event starts. Defaults to 1440 (24 hours). Use 60 for 1 hour, 30 for 30 minutes, or 0 for the start time.いいえ
privateExtendedPropertymap (mustache)Optional map of private extended properties to store on the event (e.g. {"knoonContactExternalId": "{{data.contact.externalId}}"}). These are saved under event.extendedProperties.private and can later be used as filters in googleCalendarSearchEvents.いいえ
sharedExtendedPropertymap (mustache)Optional map of shared extended properties to store on the event (e.g. {"knoonOrgId": "{{data.organization.id}}"}). These are saved under event.extendedProperties.shared and are visible to other users who can access the calendar.いいえ
sendUpdatesstring Whether to send email updates to attendees about the changes: "ALL", "EXTERNAL_ONLY", or "NONE".いいえ
返品
名前タイプ説明
statusstring CREATED or ERROR.
sensitive.eventIdstring ID of the created event.
sensitive.summarystring Title of the created event.
sensitive.startstring Start date/time in RFC 3339/ISO 8601 format.
sensitive.endstring End date/time in RFC 3339/ISO 8601 format.
confidential.htmlLinkstring Link to the event in Google Calendar.