Microsoft 365
Which permissions should you preconsent for your app using Microsoft Graph Toolkit
Recently, I wrote about how preconsenting permissions, can help you improve the user experience of your app using Microsoft Graph Toolkit. But how would you know which permissions actually to preconsent? Here is how.
Cache data when using the Microsoft Graph JavaScript SDK
By caching data in your collaborative JavaScript apps connected to Microsoft 365 you can significantly improve their performance and user experience. Here's how to do it.
Preconsent multiple scopes with Microsoft Graph Toolkit
When working with Microsoft Graph Toolkit you might want to preconsent multiple scopes upfront to improve the user experience. Here's how to do it.
The right way to publish SharePoint Framework library packages
SharePoint Framework library components are a great way to build reusable code for your solutions. But if you miss this one detail, you'll end up including the shared code in your bundle.
Bulk-create Planner tasks with dates using Microsoft Power Automate
So the meeting is over and you're left with a bunch of action points that you need to put in Planner. You know how to create them in bulk, but how to attach start- and due dates to them?