Outlook Calendar로 돌아가기

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

Create a new event in a specified Microsoft Calendar.
microsoftOutlookCalendarCreateEvent
베타
권한
  • Calendars.ReadWrite
선택사항 권한
표시할 항목이 없습니다.
매개변수
이름유형설명필수
calendarIdfile ID of the calendar to create the event in.
summarymustache Title of the event (e.g. "Onboarding call with {{data.contact.name}}").
descriptionmustache Detailed description or agenda for the event.아니요
locationmustache Optional location or meeting link.아니요
startDateTimemustache Start date/time in ISO 8601 (e.g. "2025-11-20T09:00:00+08:00" or "2025-11-20T09:00:00").
endDateTimemustache End date/time in ISO 8601. Must be after startDateTime.
preventConflictsboolean If true, the backend rejects creation when the new event overlaps any existing non-cancelled event in the same calendar.아니요
attendeesarray (mustache)Optional list of attendee email addresses.아니요
reminderMinutesBeforeStartnumber Outlook 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.아니요
extendedPropertymap (mustache)Optional searchable map saved as singleValueExtendedProperties (e.g. {"knoonConversationId":"{{conversation.id}}"}).아니요
반환값
이름유형설명
statusstring CREATED or ERROR.
sensitive.eventIdstring ID of the created event.
sensitive.summarystring Title of the created event.
sensitive.startstring Start date/time in ISO 8601.
sensitive.endstring End date/time in ISO 8601.
confidential.htmlLinkstring Link to open the event in Outlook/Graph if available.