Tan Silliksaar
Tan Silliksaar

Reputation: 179

Where do I find Google.Apis.Contacts.v3 for .NET?

There is a lot of different Google API dlls for .NET, for example Google.Apis.Calendar.v3. But nothing for Contacts API. Using older versions or other approaches is not a solution because I already use v3 of several APIs. I need to add a Contacts API.

Upvotes: 4

Views: 1935

Answers (1)

Claudio Cherubino
Claudio Cherubino

Reputation: 15004

The Contacts API v3 is supported by the the .NET library for the Google Data API:

https://code.google.com/p/google-gdata/source/browse/#svn%2Ftrunk%2Fclients%2Fcs%2Fsrc%2Fgcontacts

To learn more about its usage, please check the documentation:

https://developers.google.com/google-apps/contacts/v3/

Upvotes: 4

Related Questions