From: Joachim L. <jo...@la...> - 2005-11-15 17:32:40
|
Hi Armin, On Tuesday 15 November 2005 18:16, Armin Bauer wrote: > ok. in which format does the symbian api offer your the entries? Is > it a symbian specific format? You connect to a calendar server instance through C++ and retrieve the data as C++ calendar objects. So the attributes are available as strings, DateTime objects, numbers, etc. With that you're free to export/externalise to a format whatever you want. > > As I don't have much experience with XML and neither with > > vCalendar, which way would you propose? > > I think the best way is to look at the already existing converters > like the internal xml to vcal converters. Another good source might > be the format conversion of the palm plugin which converts xml to the > palm internal format. Actually I was wondering, whether you'd suggest to convert to vCalendar or XML. I guess for the time being it'd be easier for me to get quick results to export to vCalendar. (I want to include contacts and notes later on as well, but would concentrate on calendar first) Bye Jo |