From: Daniel G. <dg...@su...> - 2008-10-06 13:22:29
|
On Monday 06 October 2008 14:39:07 Wolfgang Rosenauer wrote: > Daniel Gollub schrieb: > > On Monday 06 October 2008 14:24:36 Wolfgang Rosenauer wrote: > >> Hi Daniel, > >> > >> Daniel Gollub schrieb: > >>> Which exact version are you running? OpenSync 0.22? > >> > >> Yes, everything what's provided by openSUSE 11.0 > >> > >>> I guess this could be an issue due to conversion from iCalendar to > >>> vCalendar which is hopefully only done by OpenSync and the format > >>> plugin called "vformat". (In 0.22 this was/is shipped by OpenSync > >>> itself) > >>> > >>> Note: vCalendar doesn't really know about Timezones, at least not the > >>> same detailed way as iCalendar does. So we used to see here various > >>> problems in the past. > >>> > >>> Could you give me more detailed information which versions are used so > >>> i can have a quick look which formats are used. > >> > >> Sunbird 0.9 > >> libopensync-plugin-sunbird-0.22 > >> libopensync-plugin-synce-0.12 > > > > Typo? ;) > > No, the synce project is actually at version 0.12 ;-) hehe i see ;) > > > Btw. libopensync-plugin-synce-0.22 never got shipped by openSUSE 11.0 > > (iirc). Could you point me to the (third-party) repo or src rpm? > > OBS home:MasterPatricko:synce. It's a subpackage of synce-sync-engine Interesting - synce plugin is not using the iCalendar nor vCalendar - it's using directly the OpenSync XML internal format. Maybe in the conversion code from SynCE-what-ever-format to OpenSync XML internal format there is a conversion issue. But pretty cool implementation - python using XSL conversion stylesheets. Have to dive into this a bit deeper... |