discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ANNOUNCE] SimpleAgenda 0.34


From: Helge Hess
Subject: Re: [ANNOUNCE] SimpleAgenda 0.34
Date: Fri, 14 Dec 2007 14:08:59 +0100

On 14.12.2007, at 11:12, Philippe Roussel wrote:
With iCalendar support, I just added a libical based encoding/decoding
to the existing objects. It works fine but it means I have to add a
to/from iCalendar bridge for every new functionality, that's not really
clean. I would be much nicer to work directly with iCalendar objects,
especially as they all already exist !


Actually it would be interesting whether it makes sense to put an AppKit UI over the ScalableOGo storage (and use the store locally on the client!).

In SOGo the iCal/vCards are also stored as-is. The fun thing is that it maintains an index over the data in a relational database so that you can do queries like "gimme all events of this week" w/o reparsing/ loading all iCal files. (when you store an event into SOGo, it parses the file and stores UI relevant components like start-date in the index table).

I think this would also be a cool basis for an AppKit application which works on iCal/vCard data. However it brings in many more dependencies and probably would be harder to integrate (you would need some SOPE database stuff plus the SQLite3 adaptor etc).

Greets,
  Helge
--
Helge Hess
http://www.helgehess.eu/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]