Microsoft 365 Developer Blog

A developer platform for building collaborative apps for hybrid work

Microsoft 365 / SharePoint Community (PnP) – April 2020 update

Microsoft 365 / SharePoint Patterns and Practices (PnP) April 2020 update is out with a summary of the latest guidance, samples, and solutions from Microsoft or from the community for the community. This article is a summary of all the different areas and topics around the Microsoft 365 and SharePoint community (PnP) during the past month.

Microsoft 365 / SharePoint Community (PnP) – March 2020 update

Microsoft 365 / SharePoint Patterns and Practices (PnP) March 2020 update is out with a summary of the latest guidance, samples, and solutions from Microsoft or from the community for the community. This article is a summary of all the different areas and topics around the Microsoft 365 and SharePoint Dev ecosystem during the past month.

Announcing change notifications for Microsoft Teams messages

One of the most common requests we receive in UserVoice is change notifications for messages.  Developers want to build apps that can listen to Teams messages in near-real time, without polling, to enable scenarios such as bots that listen to messages on which they aren't @mentioned, or assist with enterprise information archiving and data loss prevention.  We are pleased to announce that developers can now subscribe to change notifications for Microsoft Teams messages. This feature is available in beta on the Microsoft Graph API.

Changes coming to Microsoft Teams Bot APIs for fetching team/chat members

Currently, bot developers who want to retrieve information for one or more members of a chat or team use the Microsoft Teams bot APIs  (for C#) or  (for TypeScript/Node.js) APIs (documented here). These APIs have several shortcomings today: Separately, with the introduction of org-wide teams, we realized it was time to better align ...