Showing results for 2020 - Page 16 of 17 - Microsoft 365 Developer Blog

Feb 28, 2020
0

Announcing change notifications for Microsoft Teams messages

Nick Kramer (TEAMS)
Nick Kramer (TEAMS)

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

Microsoft GraphMicrosoft Teams
Feb 27, 2020
0

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

Microsoft Teams team
Microsoft Teams team

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 these AP...

Microsoft Teams
Feb 25, 2020
0

Microsoft Graph calendar events – iCalUId Update

Microsoft Graph team
Microsoft Graph team

The iCalUId returned by the Calendar event resource type in Microsoft Graph is defined as a unique, read-only identifier that is shared by all instances of an event across different calendars. It adheres to the RFC iCalendar specification of UID.

Microsoft GraphOffice Add-ins
Feb 11, 2020
0

Adaptive Cards 1.2 are GA in Microsoft Teams

Ojasvi Choudhary
Ojasvi Choudhary

Adaptive Cards 1.2 are GA in Microsoft Teams on desktop and mobile! Check out highly requested features such as RichText, visibility toggles, and more!

Microsoft TeamsAdaptive Cards
Feb 10, 2020
0

Microsoft 365 & SharePoint Community (PnP) – February 2020 update

SharePoint team
SharePoint team

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

Microsoft 365 Developer
Jan 29, 2020
0

Impact on Authentication from SameSite changes in Chrome 

Microsoft identity platform team
Microsoft identity platform team

Following the recent updates to the standards of SameSite property in HTTP cookies, Chrome has announced changes to the default behavior of SameSite in an upcoming release of the browser in February. Web application developers are recommended to update their application code to handle different SameSite properties on Chrome and other browsers. 

Microsoft identity platform
Jan 29, 2020
0

Announcing PnPjs 2.0 JavaScript libraries

SharePoint team
SharePoint team

We are excited to announce the release of PnPjs 2. This release is the culmination of months of work to re-architect the PnPjs library to support better modern development standards such as selective imports, to refactor inconsistencies in the implementation, and to update our testing and documentation to provide complete coverage of the entire cod...

Office Add-ins