From: David E. <tw...@us...> - 2005-04-26 07:33:39
|
On Mon, 2005-04-25 at 18:53 +0100, Matthew Kay wrote: > Hi all, > > I've written some Python code to help me back up my addressbook from my > phone, using gnokii. I'd love to help Opensync by augmenting this into > an Opensync plugin. However, there are a few preliminary things I wanted > to raise. > > Firstly, the best thing is presumably to convert the information from > gnokii into your XML format. However, I haven't been able to find the > documentation on this format - could you direct me to it? I also think you should use the XML format. For contacts it is basically the vCard properties but in XML, but using the XML format will make you independent of vCard parsing and such. The best documentation is the xml-vcard.c source code ... :-) -- Regards, -\- David Eriksson -/- SynCE - http://synce.sourceforge.net ScummVM - http://scummvm.sourceforge.net Desquirr - http://desquirr.sourceforge.net |