2

Where i can find sourse code for this google tasks api? Or dll for windows phone 8.1? Nuget link for this library: google api tasks v1

This library doesn't support windows phone 8.1 (i need it for wp8.1 winrt core, it platform like supported windows 8.1), but i need this library.

And i don't know when they add support.

peleyal
  • 3,472
  • 1
  • 14
  • 25
Denis
  • 2,622
  • 3
  • 22
  • 24

2 Answers2

1

Denis, I think you already know that, but I want other users to notice that as well... signed google.apis.dll is giving compiler error

All sources are available at - https://google-api-client-libraries.appspot.com/download/library/[API_NAME]/[API_VERSION]/csharp, so the tasks source can be downloaded from: https://google-api-client-libraries.appspot.com/download/library/tasks/v1/csharp

Community
  • 1
  • 1
peleyal
  • 3,472
  • 1
  • 14
  • 25
0

A lot of the code works if i add google library for windows 8.1, I think with the exception of the authorization. Authentication i found here nokia.develop.

Denis
  • 2,622
  • 3
  • 22
  • 24