João Mendes

Arquivos

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

Add Azure AD Attributes to Profile Card On the profile card in Microsoft 365, you can find information about users that is stored and maintained by your organization, for example Job title or Office location. Microsoft Graph has new API’s that allows us to add Azure AD Attributes to the profile card, they use the profileCardProperty resource to show additional properties for an organization, by: Making additional attributes visible Adding custom attributes Additional properties will display in the Contact section of… 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