SPFx Extension I recently published in the PnP community a new Application Extension that allows the user to select a list or library and receive a real-time notification with the information that has changed. This article explains the motivation and my experience in implementing this application. Motivation Not having to be concerned about when information that is relevant to me changes was the main motivation for creating this extension, don’t matter where… Ler Mais
Microsoft Graph Open Extension allows to add untyped custom data to resources, like User and Messages, and there single API endpoint that gives you the possibility to extend Microsoft Graph with your own application data. You can add custom properties to Microsoft Graph resources without requiring an external data store. Here a list of resources that are supported Resource Version Administrative unit Preview only Calendar event GA Group calendar event GA Group conversation… Ler Mais
Introduction Office UI Fabric is a responsive, mobile-first, front-end framework for developers, designed to make it simple to quickly create web experiences. With Office UI Fabric we can apply simple CSS styles to make web applications look and feel like the rest of Office 365 Applications. To Styling an Office UI Fabric component we can use the follow approaches: Styles defined in SCSS file and applied with ClassName prop Styles applied… Ler Mais