Office 365 API not working after CTP2 to CTP3 Visual Studio Tools for Apache Cordova upgrade

139 Views Asked by At

Office 365 API in a Visual Studio Multi device hybrid project stopped working after I upgrade from CTP2 to Visual Studio Tools for Apache Cordova CTP3. How can I fix this?

1

There are 1 best solutions below

1
On

You need to download and install the latest Office Developer Tools for Visual Studio 2013 or here. There was change in O365 service and accordingly JS library which makes REST call to O365 was also updated. Create new project and add the required service, this will add latest JS library to project under 'services' folder. Replace services folder in your existing project with this new. You have to also change namespace to match the new library. Most of the API name and parameter are same but make sure the API which you were using is there in new JS library. You can find more detail on O365 API here