2005/8/8, Matt Sisk <[EMAIL PROTECTED]>:
> Quoting Kaare Rasmussen <[EMAIL PROTECTED]>:
> > The same question goes for DateTime::Set objects. Can they be made
> > persistent?
> 
> Flavio was working on something along these lines

It actually worked, but the performance was too bad for complex sets.
The database was not able to optimize the queries, and the execution
time grew exponentially.

I think the solution for storing in a database still is to iterate the
set and store the dates.

The best alternative would be to use a calendar server.

About making the recurrences persistent - DateTime::Event::ICal can
stringify and instantiate back most recurrences generated with
DateTime::Event::Recurrence and DateTime::Event::ICal.

- Flavio S. Glock

Reply via email to