Copy birthday custom field on palm to akonadi/kpilot/kontact

As described in one of my previous blog posts the automatic syncronisation of palms custom fields with kpilot is a bit broken.

Fourtunately all the adressbook information from palm handheld is stored in the VCARD information on KDE/akonadi in special X-Field like X-KPILOT-CUSTOM0.

So I have written a script which parses the pilot custom field in the akonadi VCARD and adds an additional BDAY header there (BDAY is the offical data field for VCARDs for birthday information which is also used by kontact). You can fetch the script out of my git repository.