Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gmail Contact api

Tags:

gmail

api

contact

For my application I need to import the Gmail Address book, which I am able to do by following "Gmail Contact API".

Recently Gmail added some of the new fields(i.e. Birthday,Website etc) which are not the part of xml. The gmail api docs mention that the new added field is part of XML namespace http://schemas.google.com/contact/2008, but I am unable to figure it out that how to fetch new fields using this name space which I am able to extract.

http://code.google.com/apis/contacts/docs/3.0/reference.html#gContactNamespace

like image 519
Abhimanyu Avatar asked Jul 21 '09 12:07

Abhimanyu


1 Answers

I'm not certain what the problem you are having is. You linked to the page that contains all the information on the new API structure. Everything is the same as before. If you want to fetch these new fields, all you have to do is add the new fields to your calls. Below are all the names of the new fields: alt text http://www.m1cr0sux0r.com/newFields.png

like image 167
Michael Brown Avatar answered Sep 24 '22 06:09

Michael Brown