After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 574907 - It should be possible to select groups in google contacts
It should be possible to select groups in google contacts
Status: RESOLVED FIXED
Product: conduit
Classification: Other
Component: dataproviders
0.3.x
Other Linux
: Normal normal
: ---
Assigned To: conduit-maint@gnome.bugs
conduit-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2009-03-11 09:39 UTC by Michael
Modified: 2009-03-17 09:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to allow selecting Contact groups (8.58 KB, patch)
2009-03-11 09:42 UTC, Michael
none Details | Review
Missing GroupsQuery (801 bytes, patch)
2009-03-16 10:53 UTC, Michael
none Details | Review

Description Michael 2009-03-11 09:39:12 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.
Comment 1 Michael 2009-03-11 09:42:45 UTC
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.
Comment 2 John Stowers 2009-03-16 09:59:08 UTC
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.
Comment 3 Michael 2009-03-16 10:53:33 UTC
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.
Comment 4 Michael 2009-03-16 15:04:38 UTC
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
Comment 5 John Stowers 2009-03-16 21:28:21 UTC
(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.
Comment 6 John Stowers 2009-03-17 09:00:47 UTC
(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