Read Outlook calendar events, create and delete events, and pull event attachments. Runs through the Nango proxy.
| Category | β Productivity |
| Connection | β‘ OAuth 2.0 one-click, handled by Nango |
| Actions | 5 total β 3 read, 2 write |
Once connected, Outlook Calendar exposes the following actions. The AI can call them with #-mentions in chat, an agent can be granted a subset as tools, and a workflow can run them in an integration-action node.
| Action | Type | What it does | Proxy |
|---|---|---|---|
List Eventslist-events | Read | List upcoming Outlook calendar events. | Yes |
Create Eventcreate-event | Write | Create a new Outlook calendar event. | Yes |
Get Eventget-event | Read | Fetch a single Outlook calendar event by ID. | Yes |
Delete Eventdelete-event | Write | Delete an Outlook calendar event by ID. | Yes |
Get Event Attachmentget-event-attachment | Read | Download a single attachment from an Outlook event. | Yes |
Actions tagged Write create, update, or delete data. In chat and agent paths they pause for your confirmation before running; workflows treat their deterministic wiring as implicit consent. Agent tools covers how to scope which actions an agent may use.
Outlook Calendar is governed per organization: an admin sets a monetary spend cap and a monthly call quota. A quota of 0 disables the integration β it never means unlimited. See the Integrations overview for the full governance model.