Hello, The Contacts API is based on the Google Data API protocol which use Atom/XML as the data representation. The way to check the last time an entry has been updated is to check the entry's <atom:updated> element. I don't know much about the Zend client library, but there should be a getter letting you retrieve this value.
Best, Alain On Thu, Dec 15, 2011 at 6:40 AM, matt_jad <[email protected]> wrote: > I'm having difficulty finding how to see when a specific contact was > modified (or created if no modifications have been done) Using php and Zend. > Anyone know? I've had a look at the API documentation and can't seem to > find it > > -- > 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 > -- Alain Vongsouvanh | Developer Programs Engineer -- 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
