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
According to ContactEntry API documentation, the ContactEntry
class extends google.gdata.atom.Entry
, where it inherits a getId()
method.