Microsoft Graph Outlook

Content Type: Module
Categories: Connectors

Overview

Outlook is a messaging communication hub in Microsoft 365. It also lets you manage contacts, schedule meetings, find information about users in an organization, initiate online conversations, share files, and collaborate in groups.

Integrating with Outlook means tapping into the rich experience that customers love - consistent, intuitive experience for mail, contactscalendar, available on all devices - mobile, web, and desktop.

Using Microsoft Graph, you can integrate with Outlook by writing an app just once and reach more than hundreds of millions of consumers, and tens of millions of organization customers who choose Outlook as their email client. You can write apps that focus on mail scenarios, or connect to a wealth of other Outlook and non-Outlook relationships, resources, and intelligence, and realize scenarios supported by the Microsoft cloud.

Documentation

Demo urlhttp://microsoftgraph100-sandbox.mxapps.io

 

Description

Outlook is a messaging communication hub in Microsoft 365. It also lets you manage contacts, schedule meetings, find information about users in an organization, initiate online conversations, share files, and collaborate in groups.

Outlook calendar is part of the Outlook messaging hub in Microsoft 365 that also lets you manage emails and contacts, find information about users in an organization, initiate online conversations, share files, and collaborate in groups.

Typical usage scenario

Microsoft Graph lets your app get authorized access to a user's Outlook mail data in a personal or organization account. With the appropriate delegated or application mail permissions, your app can access the mail data of the signed-in user or any user in a tenant.

Features and limitations

  • Mail
  • Attachments
  • Calendar
  • Find meeting times
  • Get free/busy schedule
  • Places
  • Personal contacts

Dependencies

Installation

This Module depends on the Microsoft Graph Connector. Install the Microsoft Graph module including its dependencies before installing this module or to resolve errors that are a result of not installing the dependencies.

Configuration

This module contains a number of exposed microflow actions that can be found in the _USE_ME folder of the module and in the Toolbox in the Microsoft Graph Outlook section when editing a microflow. Within your own microflows you can either use these microflows as is or created copies that you can modify to your use case.

Using these microflows will always require at least a successful Authorization object that is used to let Microsoft Graph know you have authorization to call the endpoint.

Releases

Version: 2.0.2
Framework Version: 9.24.23
Release Notes: fixes - incorrect location for SUB_Event_Cancel and SUB_Event_Delete - updated JSON_Event_Update and Export_Event to include start date time and end date time changes - updated dependent widgets
Version: 2.0.1
Framework Version: 9.24.21
Release Notes: Fixes - fixed errors in location with optional parameters for Microflows SUB_Event_Cancel, SUB_Event_Create and SUB_Event_Update - updated parameters for SUB_Event_Cancel Changes - updated SNIP_Event
Version: 2.0.0
Framework Version: 9.24.18
Release Notes: Changes - Requires Microsoft Graph Connector 3.1.0 or higher. Please download latest version of dependency before installing this module. - upgrade to 9.24.18 - added convert action to dates in Export_Event to export the DateTime value as a string without "Z" (which stands for zero offset) to represent UTC. - updated "Create event" microflow to also support optional CalendarId and UserId parameters - added "Update event" microflow -updated export mappings of Email request to include cc and bcc - updated export mappings of event to include "IsOnlineMeeting" attribute
Version: 1.0.0
Framework Version: 9.18.7
Release Notes: Initial release of the Microsoft Graph Outlook module. This module depends on teh Microsoft Graph Connector (and it dependencies). Please download the Microsoft Graph Connector into you project first before downloading this module.