Hello Kaare,
> I'm using the nice DateTime::Event::Cron module. I do want to save the cron > schedules in a database. The easiest way would be to stringify and > destringify the objects. Is this possible? Since, in essence, DT::E::Cron is designed to convert cron strings into datetime recurrences, why not use the original cron specification as the string to be stored? The original() method will return the string used to construct the object. Matt