Docs/App Integrations/Outlook Calendar

Outlook Calendar

App Integrations

Outlook Calendar Node

Overview

Supports the following operations: Create Event, List Events, Check Availability.

Configuration

PropertyTypeDefaultDescription
subjectstring—Configuration field for subject
startTimestring—Configuration field for startTime
endTimestring—Configuration field for endTime
attendeesstring—Configuration field for attendees
locationstring—Configuration field for location
descriptionstring—Configuration field for description
startDatestring—Configuration field for startDate
endDatestring—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