Outlook Calendar Connector

Overview

The plugin enables integration with Microsoft Outlook Calendar using OAuth 2.0 via the Microsoft Graph API. It provides four core operations: creating events, updating existing events, retrieving event lists, and cancelling scheduled events. The plugin supports online meetings, time zones, and attendee management—ensuring accurate and efficient scheduling within applications that rely on calendar functionality.

Key Features & Functionality

  • Connected System: OutlookCalendarConnectedSystem
  • Integrations: OutlookCalendarIntegrationTemplate

The plug-in provides the following 4 operations –

  1. Create Event – Schedules a new calendar event with options for setting date/time, time zone and attendees.
  2. Update Event – Modifies details of an existing calendar event, including date/time, time zone and attendees.
  3. List Events – Retrieves a list of calendar events within a specified time range.
  4. Cancel Event – Cancels an existing event.
Anonymous