Outlook Calendar로 돌아가기
Knoon AI를 Outlook Calendar (Microsoft)과 연결하여 AI 워크플로우를 자동화하세요.
Create a new event in a specified Microsoft Calendar.
microsoftOutlookCalendarCreateEvent
베타
권한
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| calendarId | file | ID of the calendar to create the event in. | 네 |
| summary | mustache | Title of the event (e.g. "Onboarding call with {{data.contact.name}}"). | 네 |
| description | mustache | Detailed description or agenda for the event. | 아니요 |
| location | mustache | Optional location or meeting link. | 아니요 |
| startDateTime | mustache | Start date/time in ISO 8601 (e.g. "2025-11-20T09:00:00+08:00" or "2025-11-20T09:00:00"). | 네 |
| endDateTime | mustache | End date/time in ISO 8601. Must be after startDateTime. | 네 |
| preventConflicts | boolean | If true, the backend rejects creation when the new event overlaps any existing non-cancelled event in the same calendar. | 아니요 |
| attendees | array (mustache) | Optional list of attendee email addresses. | 아니요 |
| reminderMinutesBeforeStart | number | 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. | 아니요 |
| extendedProperty | map (mustache) | Optional searchable map saved as singleValueExtendedProperties (e.g. {"knoonConversationId":"{{conversation.id}}"}). | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| status | string | CREATED or ERROR. |
| sensitive.eventId | string | ID of the created event. |
| sensitive.summary | string | Title of the created event. |
| sensitive.start | string | Start date/time in ISO 8601. |
| sensitive.end | string | End date/time in ISO 8601. |
| confidential.htmlLink | string | Link to open the event in Outlook/Graph if available. |