Outlook Calendar
App IntegrationsOutlook Calendar Node
Overview
Supports the following operations: Create Event, List Events, Check Availability.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
subject | string | — | Configuration field for subject |
startTime | string | — | Configuration field for startTime |
endTime | string | — | Configuration field for endTime |
attendees | string | — | Configuration field for attendees |
location | string | — | Configuration field for location |
description | string | — | Configuration field for description |
startDate | string | — | Configuration field for startDate |
endDate | string | — | Configuration field for endDate |
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.
Try Outlook Calendar in Your Workflow
Create a free account and start building AI-powered workflows with the Outlook Calendar node.
Open Workflow Editor