Outlook Calendar に戻る
Outlook Calendar (Microsoft) と Knoon AI を接続して AI ワークフローを自動化します。
Fetch a single Microsoft Outlook Calendar event by ID.
microsoftOutlookCalendarGetEvent
ベータ
権限
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| calendarId | file | ID of the calendar containing the event. | はい |
| eventId | mustache | ID of the event to fetch. | はい |
| extendedProperty | map (mustache) | Optional map of singleValueExtendedProperties that must already match on the event to return it. | いいえ |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| status | string | DONE or ERROR. |
| start | string | Start date/time in ISO 8601. |
| end | string | End date/time in ISO 8601. |
| sensitive.eventId | string | Unique identifier of the event. |
| sensitive.summary | string | Title of the event. |
| sensitive.description | string | Description or notes. |
| sensitive.location | string | Location of the event, if any. |
| sensitive.status | string | Event status. |
| confidential.htmlLink | string | Link to view the event in Outlook/Graph. |