I forgot to add that I am setting 'showDeleted=true' on the query to
get the ContactEntryFeed. I would speculate that it's why an older
deletion on a contact within that feed would cause hasDeleted() to
ALWAYS return true from that point on.


On Jan 7, 4:40 pm, Tb <[email protected]> wrote:
> 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.


Reply via email to