user1034697
user1034697

Reputation:

Programming Google CardDAV in Python

I want to obtain my Google contacts through the CardDAV protocol using preferably Python (open to other languages).

I've come across the pycarddav library, but it only works with SabreDAV/DAVical servers, not Google for example.

How one would go about programming an interface to the Google contacts CardDAV using Python (or other language)?

Upvotes: 2

Views: 1610

Answers (1)

Christian Geier
Christian Geier

Reputation: 2149

Google has just today announced to make CalDAV and CardDAV available for everyone. Google's CardDAV Documentation (also just released today) is probably a good place to start.

Upvotes: 3

Related Questions