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: 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.