Retrieve SharePoint List Items Using Microsoft Graph API for SPFx

Reading Time: 7 minutes Download the code here Overview When building SharePoint Framework solutions, you can easily connect to the Microsoft Graph by using the MSGraphClient. MSGraphClient is a new HTTP client introduced in SharePoint Framework v1.6.0 that simplifies connecting to the Microsoft Graph inside SharePoint Framework solutions. The MSGraphClient is available only in …

Create Team using PnP and Graph API while Office Graph and DELVE is disabled in tenant

Reading Time: 3 minutes Delve is a great feature for all the users who wants a new way to discover and work with their documents stored in their Office 365 tenant. But all customers not willing to offer Delve to all their users. If you disabled delve by default it will disable Office 365 graph. …