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
Category: Microsoft Graph
Manage user settings with OneDrive application’s personal folder and Microsoft Graph
Context When you're developing line of business applications with Microsoft 365, you probably need to save user settings at some point. You might know or already working with Open extensions (old name is Office 365 data extensions) which provide a great way to store untyped properties to a specific resource (for example the user resource) … Continue reading Manage user settings with OneDrive application’s personal folder and Microsoft Graph
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