Microsoft 365 PnP Weekly – Episode 120

Hi everybody, New week and new mention of my Microsoft Tech Community article in the last Microsoft 365 PnP Weekly - Episode 120. As Vesa said, it's not recommanded to use SPFx v1.12 in a production environment at the moment (deprecated) but you can try it yourself for development purpose (testing). We are now waiting … Continue reading Microsoft 365 PnP Weekly – Episode 120

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)

Microsoft 365 PnP Weekly – Episode 117

Hi everybody, Thank you for your amazing feedbacks on my last article about SPFx and Microsoft Graph Toolkit which was featured in the last PnP Weekly Episode 117 🙂 https://www.youtube.com/watch?v=c5Kq-nCS7fM Read the full article on the Microsoft 365 PnP blog: How to start a new SPFx web part project with Microsoft Graph Toolkit and ReactMicrosoft … Continue reading Microsoft 365 PnP Weekly – Episode 117

How to start a new SPFx web part project with Microsoft Graph Toolkit and React

Context Microsoft Graph Toolkit is a set of reusable components working with Microsoft Graph to accelerate your web developments with SharePoint Online, Microsoft Teams and more. With this kit, developers don't have to write any code for authentification and authorization so I'm sure you'll save a lot of time using it in your various projects. … Continue reading How to start a new SPFx web part project with Microsoft Graph Toolkit and React