Build and Deploy multi-tab Microsoft Teams personal tab using SharePoint Framework(SPFx)

Reading Time: 4 minutes Overview Creating and distributing an app built on the Microsoft Teams Platform involves deciding what to build, building your web services, creating an app package, and distributing that package to your target end users. SharePoint Framework is spreading its wings and is now ready to go beyond SharePoint and develop …

Set up a Microsoft 365 developer subscription for Learning

Reading Time: 3 minutes Sign Up for a Microsoft 365 developer subscription In this exercise, you will sign up for an Office 365 E5 Developer Subscription tenant for use during the workshop. Set up a Microsoft 365 developer subscription to build your solutions independent of your production environment. The subscription is a Microsoft 365 …

Create custom Microsoft Teams messaging extensions using nodejs

Reading Time: 6 minutes Introduction Messaging extensions are a powerful way for users to engage with your app from Microsoft Teams. With this capability, users can query or post information to and from your service and post that information, in the form of cards, right into a message. Messaging extensions appear along the bottom …

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 …