I'm not sure how helpful this will be for you since I've mainly programmed against the Java API, so hopefully someone with experience implementing the Shared Contact API through Python will also respond, but I figured I would start off... In response to your questions:
1. If the Python API is anything like the Java API inserting a phone number should be almost identical to the way that you inserted an email address in your example above. They have most of the same elements 2. Here is a link describing the phone element and the possible REL values: http://code.google.com/apis/gdata/docs/2.0/elements.html#gdPhoneNumber 3. From another forum describing extended property usage through the contacts web interface: http://www.google.com/support/forum/p/apps-apis/thread?tid=376c2e65e074b0c0&hl=enIt looks like extended properties do not show up, but userDefiendFields will show up in the contact manager 4. Since I don't have experience with the Python API I can't help here Anyway, I hope this helps you a little bit. -- You received this message because you are subscribed to the Google Groups "Google Contacts, Shared Contacts and User Profiles APIs" 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://code.google.com/apis/contacts/community/forum.html
