vj57 / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

google contacts list <contact> returns nothing usefull #369

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Wenn ja enter
google contacts list "Dating Service" the output is  -> Dating Service,None

But I have a nummer for "Dating Service" which I can see in web interface.

I also attached 2 screenshot to clearify this problem.

I use 0.9.12 Version.

Original issue reported on code.google.com by herrl...@gmail.com on 23 Feb 2011 at 10:19

Attachments:

GoogleCodeExporter commented 9 years ago
contacts list won't list phone numbers by default. Assuming you're using a 
version of gdata that supports it, try

google contacts list "Dating Service" --fields name,phone

You'll need gdata >= 2.0.

You can make contacts list phone numbers automatically by modifying your config 
file. There should be a line under the [CONTACTS] section that says

fields = name,email

You can change that to

fields = name,email,phone

and then you won't need to specify the --fields option every time you want a 
phone number.

Original comment by tom.h.mi...@gmail.com on 26 Mar 2011 at 3:11