Supports calendaring operations for Microsoft Outlook and Office 365.

Changelog

8 versions
v1.2.1 Latest
  • Updated Event trigger no longer fires when an event is only created.
v1.2.0
  • Add New Event, Updated Event, Deleted Event and Event Start triggers.
v1.1.0
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Microsoft Graph (Calendar) API.
v1.0.5
  • The authentication flow now displays an account selection screen.
v1.0.4
  • Connection can now be created with custom tenant. To see the option while creating the connection, in the Admin -> Connector Configuration add configuration 'appmixer:microsoft' and inside it, add item 'microsoftTenant' and set its value to true.
v1.0.3
  • Fix for possible connection with empty label.
v1.0.2
  • List Events start and end time filters fixed.
v1.0.1
  • Initial release.

Authentication

TypeDetails
OAuth 2
Scopes:
offline_access user.read

Triggers

4
Deleted Event icon

Deleted Event

Triggers when an event is deleted from your calendar.
Additional Scopes:
Calendars.Read
New Event icon

New Event

Triggers when a new event is created in your calendar.
Additional Scopes:
Calendars.Read
Updated Event icon

Updated Event

Triggers when an event is updated in your calendar.
Additional Scopes:
Calendars.Read
Event Start icon

Event Start

Triggers at the start time of an event in your calendar. If you start the flow in the middle of an event, such event will be sent to the output port as well.
Additional Scopes:
Calendars.Read

Actions

8
Accept Event icon

Accept Event

Accept the specified event in a user calendar.
Additional Scopes:
Calendars.ReadWrite
Create Event icon

Create Event

Create an event in the user's default calendar or specified calendar.
Additional Scopes:
Calendars.ReadWrite
Decline Event icon

Decline Event

Decline the specified event in a user calendar.
Additional Scopes:
Calendars.ReadWrite
Delete Event icon

Delete Event

Removes the specified event from the containing calendar.
Additional Scopes:
Calendars.ReadWrite
List Events icon

List Events

Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters.
Additional Scopes:
Calendars.Read
Get Event icon

Get Event

Get the properties and relationships of the specified event object.
Additional Scopes:
Calendars.Read
Make Api Call icon

Make Api Call

Generic method for making API calls to a 3rd party service.
Additional Scopes:
Calendars.ReadWrite
Update Event icon

Update Event

Update the properties of the event object.
Additional Scopes:
Calendars.ReadWrite