Microsoft 365 Developer Blog

A developer platform for building collaborative apps for hybrid work

Latest posts

SharePoint Framework Extensions RC0 now available – get started customizing SharePoint experiences
Aug 29, 2017
Post comments count 0
Post likes count 0

SharePoint Framework Extensions RC0 now available – get started customizing SharePoint experiences

SharePoint team
SharePoint team

With SharePoint Framework (SPFx) Extensions, you can now customize more facets of the SharePoint experience, including standard page elements like headers as well as command sets and list rendering.

2017 Office APP Awards – Nominations have now closed
Aug 29, 2017
Post comments count 0
Post likes count 0

2017 Office APP Awards – Nominations have now closed

Office Add-ins team
Office Add-ins team

It's time for the 2017 Office APP Awards, where we recognize the best of partner add-ins and apps that leverage the Office platform.  Nominations have now closed.  Winners receive promotion in the Office Store or recognition at Microsoft Ignite.   Which add-ins and apps are eligible for recognition? Eligible solutions are:   2017 Office APP Award Categories   How will your APP be judged? Judging will be done by Microsoft teams. Your solution will be scored based on:   When will Microsoft announce the results? ...

New SharePoint CSOM version released for SharePoint Online – August 2017
Aug 11, 2017
Post comments count 0
Post likes count 0

New SharePoint CSOM version released for SharePoint Online – August 2017

Vesa Juvonen
Vesa Juvonen

We are happy to announce the availability of new SharePoint Client-Side Object Model (CSOM) version targeted for the Office 365 or more specifically for SharePoint and Project Online. This

Yammer Partner Q&A: Fyrebox’s Founder, Cyril Gaillard
Aug 10, 2017
Post comments count 0
Post likes count 0

Yammer Partner Q&A: Fyrebox’s Founder, Cyril Gaillard

Yammer team
Yammer team

Founded in 2013 and based in Australia, Fyrebox makes it easy for businesses to create a quiz for their website or landing page. In 2016, they integrated with Yammer because they saw a shared market -

Engage more users with SharePoint Framework Parts and Extensions: Announcing Tenant-Scoped SharePoint Framework Package Deployment
Aug 9, 2017
Post comments count 0
Post likes count 0

Engage more users with SharePoint Framework Parts and Extensions: Announcing Tenant-Scoped SharePoint Framework Package Deployment

SharePoint team
SharePoint team

You can use new capabilities released today that provide more options for engaging broader audiences with your SharePoint Framework (SPFx) web parts. We are pleased to announce a new tenant-wide SPFx

SharePoint Patterns & Practices – August 2017 release
Aug 8, 2017
Post comments count 0
Post likes count 0

SharePoint Patterns & Practices – August 2017 release

Vesa Juvonen
Vesa Juvonen

SharePoint Dev Ecosystem / SharePoint Patterns and Practices (PnP) August 2017 release is out with new contributions from the community to the community. This post contains all the details related on

OneNote APIs for SharePoint site-hosted notebooks in Microsoft Graph v1.0
Aug 8, 2017
Post comments count 0
Post likes count 0

OneNote APIs for SharePoint site-hosted notebooks in Microsoft Graph v1.0

Microsoft Graph team
Microsoft Graph team

The OneNote API is now available on sites routes in Microsoft Graph v1.0. This means that you can now access SharePoint site-hosted team notebooks via the OneNote APIs in Microsoft Graph. At

A few performance tips for using the OneNote API
Jul 21, 2017
Post comments count 0
Post likes count 0

A few performance tips for using the OneNote API

OneNote API support
OneNote API support

Hello world, In StackOverflow and twitter, we often hear questions on how to make queries to the API faster. Here are a few recommendations: Always log the "X-CorrelationId", "Date" and "Request-Processing-Time" headers on the OneNote API response First - make sure you have the API's performance-related information logged. All requests to the OneNote API have those 3 headers - here's an example: X-CorrelationId: This uniquely identifies any API request. In case there are any issues with the API, we can use this for debugging. Request-Processing-Time: Latency of the API. Date: The date when the request was made....

OneNote Ink BETA Apis
Jul 7, 2017
Post comments count 0
Post likes count 0

OneNote Ink BETA Apis

OneNote API support
OneNote API support

Hello developers, For a while, we've been hearing that you are looking to create integrations that involve ink - however our REST API didn't support interactions with ink... until today. We're releasing APIs in beta that allow you to send/receive ink content in addition to normal content from OneNote - they work for both Microsoft accounts and O365 Organizational accounts. Here's how they work: Reading ink from OneNote pages You can read OneNote page content by using our GET ~/pages/{id}/content API. You can now also get ink content by adding ?includeInkML=true as a query param when calling this API. When speci...