Hi darkman97i,

The fields defined by the user are UserDefinedFields:
http://code.google.com/apis/contacts/docs/3.0/reference.html#gcUserDefinedField

so please try:

 for(UserDefinedField field : *contact*.*getUserDefinedFields*()){}

Cheers!
*
Nicolas *


On Fri, Feb 25, 2011 at 6:11 PM, darkman97i <[email protected]> wrote:

> I'm trying getting custom fields defined by users.
>
> I'm using URL feedUrl = new URL("
> https://www.google.com/m8/feeds/contacts/default/full";); to get all
> contact data, but I can not localize where're custom fields defined by user.
> First I've been trying with entry.getExtendedProperties() but return empty
> list, any idea will be apreciated.
>
> Thanks on advance.
>
> --
> 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
>

-- 
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

Reply via email to