Hello All,
Currently i'm working on building windows 8 apps that get and manipulate data in sharepoint online. In REST API that i get from http://sharepointwinrt.codeplex.com, There is no way to update project and task field. Does anyone know how to update these field?
I already tried using CSOM C# version of PS.js (Microsoft.Sharepoint.Client) and it worked perfectly. But, in Windows 8 Apps i can't use Microsoft.Sharepoint.Client because this lib require library that doesn't exist in winrt .Net framework (System.Web.Services.dll)
Thank you very much