Closed GoogleCodeExporter closed 9 years ago
Yes, I'd like to be able to choose fields too. At least there should be some
documentation which fields are supported. For now you can just infer that name
and email are working from the example.
Original comment by markus.b...@gmail.com
on 20 Jun 2010 at 4:47
I have slightly looked into this and will try and work on it some this weekend
because I would like this too.
Original comment by ericvw
on 24 Jun 2010 at 8:26
Hi,
While playing with this I felt the need for getting the telephone numbers. Find
attached a patch which implements this.
Telephone numbers are normalized (stripped (,),- and spaces and leading 00 is
changes with +) and printed as email addresses, that is, sepparated by a space.
Patch is against trunk.
To query the iformation just do: ./google contacts list name,phone
Original comment by saghul
on 30 Jun 2010 at 11:44
Attachments:
Trying to get all contact info in one fell swoop...
Original comment by tom.h.mi...@gmail.com
on 1 Jul 2010 at 3:45
I haven't had time to get around to this yet. Go ahead Tom and I will look at
other issues to pick up. Past week has been a bit busy.
Original comment by ericvw
on 1 Jul 2010 at 3:56
Accessing all the desired information is apparently unsupported until version 3
of the protocol... but r329 makes a dent in this request.
Original comment by tom.h.mi...@gmail.com
on 7 Jul 2010 at 11:45
Issue 215 has been merged into this issue.
Original comment by tom.h.mi...@gmail.com
on 9 Jul 2010 at 2:11
OK, as of r380, the following fields are supported (for gdata-python-client >=
2.0.10, probably >= 2.0 is fine)
'address' - postal addresses.
'birthday' - birthday.
'company' - company name.
'email' - email address(es).
'event' - events such as birthdays, anniversaries, etc.
'im' - instant messanger handles.
'name' - full name.
'nickname' - nickname.
'notes' - notes on a contact.
'organization' - company or organization.
'phone' - phone numbers.
'relation' - names of relations, such as manager, spouse, etc.
'title' - job title.
'user_defined' or 'other' - custom labels.
'website' - websites and links.
The only thing I think I'm missing is what groups the contact belongs to. Can
anyone else think of a field I haven't covered yet?
Original comment by tom.h.mi...@gmail.com
on 19 Aug 2010 at 5:25
0.9.10 contains the aforementioned additional fields. Group names is still
missing. It's not actually data that gets transmitted along with a contact --
only the group-id (an unhelpful string of letters and numbers).
Original comment by tom.h.mi...@gmail.com
on 3 Sep 2010 at 2:19
I'm going to mark this fixed, as all the primary goals were met. I created a
separate issue for dealing with groups, issue 292. Please star that if you'd
like to see better support for listing groups.
Original comment by tom.h.mi...@gmail.com
on 23 Sep 2010 at 6:16
Issue 294 has been merged into this issue.
Original comment by tom.h.mi...@gmail.com
on 24 Sep 2010 at 3:40
We can list phone numbers and birthdays, but how do you ADD to those fields?
Original comment by somethin...@gmail.com
on 24 Sep 2010 at 9:43
Creating a contact with anything besides name and email isn't supported yet,
but it would be rather nice. Create an enhancement issue! Or better yet, write
the code yourself :)
Original comment by tom.h.mi...@gmail.com
on 24 Sep 2010 at 9:46
Original issue reported on code.google.com by
neal...@gmail.com
on 19 Jun 2010 at 5:31