0

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

dickyj
  • 1,830
  • 1
  • 24
  • 41

1 Answers1

1

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

intgr
  • 19,834
  • 5
  • 59
  • 69
  • thanks for the answer. I assume that the id will change if we create a new contactentry then... – dickyj Nov 18 '09 at 05:18