I am using Python 2.0.4 for support for profiles.
I am trying to add birthday field (and other fields) for existing
users in my domain using profile API in python
I was able to add birthday field using following syntax:
entry.birthday = gdata.contacts.Birthday(when='2009-04-09')
I am able to retrieve the value by doing in my app:
birthday = entry.birthday.when
but when I search for this contact in GMail UI (in Contacts tab), I
see all other fields added/updated but not birthday field
I have additional_headers = {'GData-Version': 3} so version should not
be an issue.
Interestingly, when I add the birthday field for external contacts
using Contacts API, I am able to see the birthday field updated in
GMail UI.
Is there an issue with Profile API updating the birthday field for
GMail?
Any help is appreciated.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---