views:

169

answers:

1

Is there a unique identifier for the Google GData ContactEntry object? Basically, if there are two entries with names "Andy Lim" for example, we need to distinguish the entries and what is the identifier that can be used. Also, if we copy the contactentry to contacts folder in another google account, will the identifier stays the same, or will it change?

Regards, Dicky

+1  A: 

According to ContactEntry API documentation, the ContactEntry class extends google.gdata.atom.Entry, where it inherits a getId() method.

intgr
thanks for the answer. I assume that the id will change if we create a new contactentry then...
hip10