Outlook Calendar
App IntegrationsOutlook Calendar Node
Overview
Supports the following operations: Create Event, List Events, Check Availability.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
subject | string | — | Email or message subject line |
startTime | string | — | Start Time for this node |
endTime | string | — | End Time for this node |
attendees | string | — | Attendees for this node |
location | string | — | Location for this node |
description | string | — | Detailed description of the item |
startDate | string | — | Start Date for this node |
endDate | string | — | End Date for this node |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{outlook-calendar.event_id}}anyOutput field: event_id
{{outlook-calendar.link}}anyOutput field: link
Examples
Basic Usage
Example configuration:
{
"subject": "value",
"startTime": "value",
"endTime": "value",
"attendees": "value",
"location": "value",
"description": "value",
"startDate": "value",
"endDate": "value"
}Tips & Best Practices
- •Ensure all required fields are configured.
- •Check the output variables to see available data.
- •Verify your connection credentials are configured in Settings > Integrations.
Try Outlook Calendar in Your Workflow
Create a free account and start building AI-powered workflows with the Outlook Calendar node.
Open Workflow Editor