ย้อนกลับไปยัง 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.