Background: I'm trying to write a web app to sync-up my contacts between my different Gmail accounts.
Problem: hasDeleted() will return true when a contact has been removed from a group but if that contact gets added back to that group again, hasDeleted() still returns true. Unless I'm missing something, there's no way of knowing the current situation of that contact in regard to that group (unlike ContactEntry or ContactGroupEntry that can be queried with the 'showDeleted' parameter). Please help.
-- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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://groups.google.com/group/google-appengine-java?hl=en.
