




Microsoft Teams messaging extensions using SPFx: Getting the message data with Microsoft Graph
With SPFx 1.11, one of the things possible now is that SharePoint Framework web parts can be exposed as Microsoft Teams messaging extensions. So what are messaging extensions exactly? According to the Teams docs: ...

Weekly Update 18 July 2020: New Teams features in latest SPFx, Setting Custom Focusing state, Project Reunion, Privacy Shield decision
This week: Announcing SharePoint Framework 1.11: Extend more of Microsoft Teams, and publish to AppSource Set the custom Focusing status in Microsoft Teams using Power Automate Microsoft Graph Service: Deprecating TLS...


New CodeTour Option for SharePoint Framework (SPFx) Upgrades in the Office 365 CLI
I tried out the relatively new CodeTour option in the Office 365 CLI today to upgrade a SharePoint Framework (SPFx) Web Part solution. I originally built the Web Part to work in SharePoint 2019, so the underlying SPFx...



This sample demonstrates how to integrate a typical enterprise scenario where the user can submit a creation's request for a new SharePoint team site, communication site or a Microsoft team through a node.js Bot (App Only) which is available on Teams, Sky
giuleon/O365ModernProvisioning This sample demonstrates how to integrate a typical enterprise scenario where the user can submit a creation's request for a new SharePoint team site, communication site or a Microsoft...

SPFx: Using React hooks to globally share service scopes between components
In my previous posts, I have written quite a few times about SharePoint Framework service scopes (I will add links at the end of the article). In short, Service Scopes are the SPFx implementation of the Service Locator pattern i.e. a single shared "dictionary" where services (either oob SPFx or custom) are registered and can be consumed from any component in the application.For example, without using service scopes, if we...

Announcing SharePoint Framework 1.10 – extending SharePoint Framework across Microsoft 365
SharePoint Framework has emerged as a really popular way to extend and customize SharePoint pages – but what if you could use the familiar SharePoint Framework to extend other extensibility points in Microsoft 365?...


Gulp plugin for synchronizing local files with a SharePoint library
wictorwilen/gulp-spsync Gulp plugin for synchronizing local files with a SharePoint library Users starred: 52Users forked: 19Users watching: 52Updated at: 2019-10-14 17:29:06 gulp-spsync Gulp plugin for synchronizing local files with a SharePoint library Features Gulp plugin Copies local files to a SharePoint Document libraries and galleries How to use Prepare SharePoint by registering a SharePoint app using...