How can I get the contact feed with the birthdays.
here my example:
var contactService = new google.gdata.contacts.ContactsService
('APP_NAME');
var query = new google.gdata.client.Query('http://www.google.com/m8/
feeds/contacts/default/full');
contactService.getFeed(query, handleContactsFeed, handleError);
I get the feed, but without the extended properties.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Contacts API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-contacts-api?hl=en
-~----------~----~----~----~------~----~------~--~---