How to build a simple custom Property Pane using Typescript for SPFx

Reading Time: 5 minutes The SharePoint Framework contains a set of standard controls for the property pane. But sometimes you need additional functionality beyond the basic controls. You might need asynchronous updates to the data on a control or a specific user interface. Build a custom control for the property pane to get the …

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. …

Solution: You’re missing out! Ask your admin to enable Microsoft Teams for my tenant error

Reading Time: < 1 minute When login to Microsoft Teams, received message/error “You’re missing out! Ask your admin to enable Microsoft Teams for <organization name>” and the url is https://teams.microsoft.com/_#/licenseError?errorCode=AdminTeamsDisabledForTenantForbidden Solution: Go to Office 365 Admin center (https://tenant-admin.sharepoint.com) Users –> Active Users Select user –> Right side a pouup will appear Under “Product Licenses” and click …

How to Deploy your existing SharePoint web part into Teams as a tab

Reading Time: 8 minutes Starting with SharePoint Framework v1.7 plusbeta, you can build your Microsoft Team tabs using SharePoint Framework tooling and use SharePoint as a host for your solutions. Current State of SharePoint Extensibility:- Build modern SP solutions Full-trust JavaScript based framework running in the main app Use modern auth to integrate with Graph …