Tilbage til Outlook Calendar
Forbind Knoon AI med Outlook Calendar (Microsoft) for at automatisere AI-arbejdsgange.
Create a new event in a specified Microsoft Calendar.
microsoftOutlookCalendarCreateEvent
BETA
Tilladelser
Valgfrie tilladelser
Der er ingen elementer at vise.
Parametre
| Navn | Type | Beskrivelse | Obligatorisk |
|---|---|---|---|
| calendarId | file | ID of the calendar to create the event in. | Ja |
| summary | mustache | Title of the event (e.g. "Onboarding call with {{data.contact.name}}"). | Ja |
| description | mustache | Detailed description or agenda for the event. | Nej |
| location | mustache | Optional location or meeting link. | Nej |
| startDateTime | mustache | Start date/time in ISO 8601 (e.g. "2025-11-20T09:00:00+08:00" or "2025-11-20T09:00:00"). | Ja |
| endDateTime | mustache | End date/time in ISO 8601. Must be after startDateTime. | Ja |
| preventConflicts | boolean | If true, the backend rejects creation when the new event overlaps any existing non-cancelled event in the same calendar. | Nej |
| attendees | array (mustache) | Optional list of attendee email addresses. | Nej |
| 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. | Nej |
| extendedProperty | map (mustache) | Optional searchable map saved as singleValueExtendedProperties (e.g. {"knoonConversationId":"{{conversation.id}}"}). | Nej |
Retur
| Navn | Type | Beskrivelse |
|---|---|---|
| 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. |