GNOME Bugzilla – Bug 574907
It should be possible to select groups in google contacts
Last modified: 2009-03-17 09:00:47 UTC
Currently when you sync Google contacts it syncs all of your contacts which includes auto collected email addresses. It would be better if you could select which group to sync, e.g. My Contacts.
Created attachment 130449 [details] [review] Patch to allow selecting Contact groups Patch, that should be applied in conduit/modules/GoogleModule/, allows selecting groups when configuring google contacts. Doesn't allow syncing all contacts any more which might be worth adding as well.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Created attachment 130734 [details] [review] Missing GroupsQuery You need to apply this patch OR update gdata to the latest version (1.2.4), to get the GroupsQuery.
Turns out the group parameter is missing from ContactsQuery so the patch in comment #3 isn't sufficient you need to update gdata to 1.2.4
(In reply to comment #4) > Turns out the group parameter is missing from ContactsQuery so the patch in > comment #3 isn't sufficient you need to update gdata to 1.2.4 > Ok, I will update to latest gdata later tonight.
(In reply to comment #5) > (In reply to comment #4) > > Turns out the group parameter is missing from ContactsQuery so the patch in > > comment #3 isn't sufficient you need to update gdata to 1.2.4 > > > > Ok, I will update to latest gdata later tonight. > Done