Google APIs - Different Versions

177 Views Asked by At

I am using Google Tasks API V1 dot net libraries. In the same project I also want to use Google Drive, Contacts and Calendar APIs. Drive, Contacts and Calendar APIs are V2. Now the issue I am facing is that Google Tasks .Net libraries and Google Drive/Calendar .Net libraries do not work together. Visual Studio would not compile (error: these libraries are linked to different versions of Google.apis.dll). I tried finding Tasks API libraries V2, but it does not exist. Then I tried finding libraries for Drive or Calendar V1, but couldn't find them either. This is forcing me to use GData libraries (and API) for Calendar, Contacts and Drive. The problem is GData API is deprecated and will go away in 2015.

I must be missing something here because I can't imagine Google guys could bungle up this big.

0

There are 0 best solutions below