Added/fixed support for some fields.
commit119d735a936c3a930beb4755282def9a843437ae
authorhoruga23 <horuga23@googlemail.com>
Tue, 25 May 2010 17:32:02 +0000 (25 19:32 +0200)
committerhoruga23 <horuga23@googlemail.com>
Tue, 25 May 2010 17:32:02 +0000 (25 19:32 +0200)
treea769f3ec8a287c23db14e2ff7b8d93d46fb145bc
parent7d9439878b67243b126d1d7d8feb16331633554a
Added/fixed support for some fields.

The new fields are:
- first postal address as gd:structuredPostalAddress (Google API 3.0)
- birthday
- homepage
- blog
- note

The structured postal address uses the following fields:
- street
- pobox
- city
- region
- postcode
- country
- formattedAddress

When changing the address in the form field at the gmail website,
all address data is stored in formattedAddress field and all other fields
are empty (the strucutre is lost). So when such a contact gets synced with KAddressbook, I store
the address data from  formattedAddress in the street field, because in the
GUI this field is large enough to show all information.
19 files changed:
inc/gcal.h
inc/gcontact.h
inc/internal_gcal.h
src/atom_parser.c
src/gcal.c
src/gcal_parser.c
src/gcalendar.c
src/gcont.c
src/gcontact.c
src/xml_aux.c
utests/contact_documentation.xml
utests/supercontact.xml
utests/utest_contact.c
utests/utest_debug.c
utests/utest_edit.c
utests/utest_gcal.c
utests/utest_query.c
utests/utils.c
utests/utils.h