views:

115

answers:

1

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.

A: 

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

DarkFox