Microsoft Graph Commons
Overview
This module is an extension to the Microsoft Graph Connector module which serves as a connector module on a rather abstract level. This module therefore provides convenient to use import and export mappings as well as plug-and-play microflows for some of the mostly used operations of the Microsoft Graph API. Additionally to Microsoft Graph Connector "Authorization" objects, this extension also supports "Token" objects of the OIDC module as long as Microsoft is used as an IdP.
I built this module based on my own usage of the Microsoft Graph API. Please let me know if you are missing any commonly used operations of the API so I can consider adding them in a later version.
Documentation
Typical usage scenario
[Describe how customers can use your content, what problems your content solve and where can it be useful]
Features and limitations
[Describe the features and limitations of your content to help customers assess your content correctly before downloading]
Dependencies [optional]
[Describe what dependencies your content has, so that customers can download those for successful integration and usage of your content in their applications]
Installation [optional]
[Describe the necessary steps to install the content correctly what will help customer minimize the amount of errors]
Configuration [optional]
[Describe the necessary steps to configure the content]
Known bugs [optional]
[Describe the known bugs to warn the customer beforehand]
Frequently Asked Questions [optional]
Releases
Version 3.2.0 of the Microsoft Graph Commons module for Mendix
✨ New Features
- converted to Mx 10.24.8 to allow for compatibility with Mx 11
🐛 Bugfixes
No bugfixes
Version 3.1.0 of the Microsoft Graph Commons module for Mendix
✨ New Features
- make service principal owners of groups requestable
🐛 Bugfixes
No bugfixes
Version 3.0.5 of the Microsoft Graph Commons module for Mendix
✨ New Features
No new features
🐛 Bugfixes
- calendar event request location (missing "/")
Version 3.0.4 of the Microsoft Graph Commons module for Mendix
✨ New Features
- Improve mail sending mechanism for shared mailboxes
🐛 Bugfixes
No bugfixes
Version 3.0.3 of the Microsoft Graph Commons module for Mendix
✨ New Features
No new features
🐛 Bugfixes
- Gracefully handle empty strings for the recipient / attendee list creation from semicolon-separated email lists
Version 3.0.2 of the Microsoft Graph Commons module for Mendix
✨ New Features
No new features
🐛 Bugfixes
- Fix logging issues in some microflows
Version 3.0.1 of the Microsoft Graph Commons module for Mendix ✨ New Features - Upgrade to Mx 10.24.8 - Add $search query parameter (only works with "ConsistencyLevel=eventual" header which is currently not set by the Microsoft Graph Connector module - Expose all Microflows as Microflow actions 🐛 Bugfixes No bugfixes