[Multisync-devel] calendar data format

2003-09-24 Thread Hubert Figuiere
Hi, I have dug into the multisync source code, solely for curiosity. I found out that you use libversit to parse vCalendar version 2.0, aka iCalendar (RFC 2445). I must say that this is a really bad idea as libversit only knows about vCalendar 1.0 that diverge enough from 2.0. That include recur

[Multisync-devel] mutlisync architecture

2003-09-24 Thread Hubert Figuiere
Hi, I think we should dissociate GUI and syncengine by making the syncengine a daemon. That whould allow to schedule sync without GUI running, and allow other GUI (think Evolution or an applet for example) to control it if needed. Just a thought. We have had the same issues in gphoto, and since

Re: [Multisync-devel] mutlisync architecture

2003-09-24 Thread Rodney Dawes
I totally agree. :) I just haven't had the time to look at it more in-depth. The download manager I wrote is currently being changed to be like how you suggest here, and merged into gnome-network. :) The RSS aggregation utility I am working on does something similar to this. -- dobey Il mer, 2003

Re: [Multisync-devel] calendar data format

2003-09-24 Thread Mika Raento
On Wed, 2003-09-24 at 16:42, Hubert Figuiere wrote: > Hi, Hello > I found out that you use libversit to parse vCalendar version 2.0, aka > iCalendar (RFC 2445). I must say that this is a really bad idea as > libversit only knows about vCalendar 1.0 that diverge enough from 2.0. > That include rec