Showing category results for Office Add-ins

Mar 31, 2016
Post comments count0
Post likes count0

What’s new at Build 2016 for Office Developers

Office Add-ins team
Office Add-ins team

The Office Developer Platform story got its latest stage of updates at Build 2016. Kirk Koenigsbauer explained the major themes of the news over at blogs.office.com. In this blog post we will

Microsoft GraphOffice Add-insSharePoint Framework
Mar 22, 2016
Post comments count0
Post likes count0

One time Authentication for Public Resource

OneNote API support
OneNote API support

Hi there, The current authentication mechanism is heavy for public image resources. When you retrieve a page content with authenticated token, the image URLs that are referenced still need to have OAuth token added whenever you request them. We heard people from UserVoice Forums want OneNote APIs support preAuthenticated image URLs from a OneNote p...

Office Add-ins
Mar 21, 2016
Post comments count0
Post likes count0

Microsoft Graph webhooks update – March 2016

Office Add-ins team
Office Add-ins team

Hi folks, we've got another incremental update for our Microsoft Graph webhooks preview on the journey towards shipping a production release.  First, I'm pleased to say we've rounded out the set of available operations with support for DELETE and PATCH, as well as POST and GET. Now, you can delete an existing subscription ...

Microsoft GraphMicrosoft TeamsOffice Add-ins
Mar 16, 2016
Post comments count0
Post likes count0

Project Online CSOM library Availability and Sample Code

Office Add-ins team
Office Add-ins team

We are happy to announce the availability of the Project Online CSOM library.  The library contains access to all the enhancements we have made towards improving our API.  The Project

Office Add-ins
Mar 9, 2016
Post comments count0
Post likes count0

Microsoft Graph is now generally available in China

Office Add-ins team
Office Add-ins team

In November 2015, we announced the general availability of Microsoft Graph, located at developer.microsoft.com/graph.  The Microsoft Graph exposes APIs, data and intelligence across Office 365

Microsoft GraphMicrosoft TeamsOffice Add-ins
Mar 8, 2016
Post comments count0
Post likes count0

Office Store Policy and Guidance Updates

Office Add-ins team
Office Add-ins team

Here in the Office Store, we're eager to ensure that we're providing our customers with compelling, usable add-ins.  In December, we revamped the Office Store policies and 

Microsoft TeamsOffice Add-ins
Feb 4, 2016
Post comments count0
Post likes count0

Change page level

OneNote API support
OneNote API support

Hi there, In this Beta API update we are allowing developers to change the indentation level for a page (aka page level) programmatically. For those of you who are unfamiliar with this feature, the following image shows how pages can be indented in three levels: Here is a quick recipe for how to do this, followed by an example: ...

Office Add-ins
Jan 16, 2016
Post comments count0
Post likes count0

Microsoft Graph Changelog

Microsoft Graph team
Microsoft Graph team

Announcing today the Microsoft Graph Changelog, from now on you will have access to all the changes, updates, and fixes happening to Microsoft Graph. In the first release of the changelog, we are providing you a simple experience to find out all new additions and fixes in since the launch and during the month of December 2015. Going forward we wi...

Microsoft GraphOffice Add-ins
Jan 14, 2016
Post comments count0
Post likes count0

Microsoft Graph WebHooks Update – January 2016

Office Add-ins team
Office Add-ins team

Hi, Gareth Jones here.  I recently joined the Microsoft Graph team from our friends over in OneNote. I'm beyond excited at the wonderful enthusiasm you've shown for the Microsoft Graph since we launched at Connect(); back in 2015 (wow, that sounds so retro now). One area we didn't talk about too much at launch time was o...

Microsoft GraphMicrosoft TeamsOffice Add-ins
Jan 12, 2016
Post comments count0
Post likes count0

OneNote API throttling and how to avoid it

OneNote API support
OneNote API support

Hi there, Sometimes, applications can be written to be too demanding of an API. If one application is using too many resources, it may accidentally cause a denial of service for other applications by making the API slow or unusable. The OneNote API protects itself against accidental denial of service in the form of preventing requests and returnin...

Office Add-ins