Hello!
I'm looking for a library to be able to express, store and retrieve
recurring appointments, like "every Monday at midnight".
I saw Data.Time.Recurrence, which has a nice language, but how to store the
appointments? A command like:
*now <- getCurrentTime
recur daily `begin` now*
produces an infinite list of UTCTime.

Best,
Corentin
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to