
27 Jul
2012
27 Jul
'12
5:50 a.m.
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