This post outlines the steps to configure Exchange Online Role-Based Access Control (RBAC) to enable an Azure Function with a system-assigned managed identity to perform Calendars.ReadWrite operations exclusively on a specific shared mailbox. The process includes creating a management scope, registering service principal, and validating access with Microsoft Graph API.
Category: M365 Development
Book Review: Practical SharePoint Framework (SPFx) Development
"Practical SharePoint Framework (SPFx) Development" by Franck Cornu and Anoop T. is a comprehensive guide for developers at all levels. It covers essential topics like web part development, Microsoft Graph integration, and deployment, offering practical examples and best practices for building enterprise solutions within Microsoft 365. A must-have resource for SPFx developers.
Easily edit PnP Modern Search web parts properties
The PnP Modern Search solution contains multiple SharePoint Online modern web parts. Each of these web part is highly flexible and customizable. It means that each web part and more specifically the Search Results web part has many properties that you can set. If you want to use PnP Modern Search web parts on many… Continue reading Easily edit PnP Modern Search web parts properties
How to use text input in Adaptive Card Extensions’ card views
Since SPFx v1.18, it is possible to use a text input component directly on an Adaptive Card Extension's card views. This blog post demonstrates how to implement this feature.
Mock responses with the Microsoft Graph Developer Proxy
The Microsoft Graph Developer Proxy is a useful tool for testing applications using Microsoft Graph and other APIs. It allows for mocking responses, simulating errors, and throttling. With the ability to mock API call responses without code modification, it simplifies testing scenarios and response configurations. The proxy can be customized for successful and unsuccessful response testing.
Use Top Actions with SPFx 1.17.1
The blog post discusses Top Actions in SharePoint Framework (SPFx) v1.17.1, allowing settings to be added directly to a web part's command bar. Two user interfaces, button and dropdown list, are detailed, along with sample code and references. Top Actions were introduced in SPFx v1.16 preview. For a working sample, visit react-graph-webpart-report.