DarkFox
DarkFox

Reputation: 55

Can't get birthday from Google Contacts Data API in Ruby on Rails

I am trying to get a user's contact's birthdays, from Google's data API using the gdata gem. But even though I use the full feed, it does not include the gContact:birthday element.

I have also tried fetching only one contact, but the birthday element is still missing.

Upvotes: 0

Views: 618

Answers (1)

DarkFox
DarkFox

Reputation: 55

Turns out, the ruby library has not been upgraded to use the version 3 protocol... Damn...

Upvotes: 1

Related Questions