New File components in Microsoft Graph Toolkit v2.2.0

Context With the latest release of Microsoft Graph Toolkit (MGT) v2.2.0, Microsoft Graph's team introduced two brand new UI components File and File list to work with files and folders from OneDrive or SharePoint. In this article, I'll show you a quick overview of what's available with these new components so let's go! File component … Continue reading New File components in Microsoft Graph Toolkit v2.2.0

Advertisement

Manage sites content types with Microsoft Graph (beta)

Context Project Cortex uses AI for recognizing content types across systems then creates a knowledge network based on relationships among topics, content, and people (Viva Topics/SharePoint Syntex). This is my second article about Content services in Microsoft 365 and today I'm covering Content types APIs in Microsoft Graph (beta endpoint) which provide CRUD operations like … Continue reading Manage sites content types with Microsoft Graph (beta)

Manage tenant term store with Microsoft Graph (preview)

Context Taxonomy APIs actually in preview provide CRUD operations of the taxonomy service within Project Cortex. These APIs are available for third party developers on the Microsoft Graph beta endpoint with capacities like creating/updating/deleting a group, set, term, relation and their properties. Now let's see how it works together! Permissions First, you need to make … Continue reading Manage tenant term store with Microsoft Graph (preview)

Set users out of office settings with Microsoft Graph

Context Last week, a close friend of mine asked me a question: "Hey Yves, I would like to set some out of office settings like mailbox and calendar to the users after leave request approvals in my custom web application, how can I do that?". My answer was quick: "Microsoft Graph is life!". Microsoft Graph … Continue reading Set users out of office settings with Microsoft Graph