Back to Outlook Calendar

Connect Knoon AI with Outlook Calendar (Microsoft) to automate AI workflows.

Fetch a single Microsoft Outlook Calendar event by ID.
microsoftOutlookCalendarGetEvent
BETA
Permissions
  • Calendars.Read
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
calendarIdfile ID of the calendar containing the event.Yes
eventIdmustache ID of the event to fetch.Yes
extendedPropertymap (mustache)Optional map of singleValueExtendedProperties that must already match on the event to return it.No
Returns
NameTypeDescription
statusstring DONE or ERROR.
startstring Start date/time in ISO 8601.
endstring End date/time in ISO 8601.
sensitive.eventIdstring Unique identifier of the event.
sensitive.summarystring Title of the event.
sensitive.descriptionstring Description or notes.
sensitive.locationstring Location of the event, if any.
sensitive.statusstring Event status.
confidential.htmlLinkstring Link to view the event in Outlook/Graph.