Hello!<br>I&#39;m looking for a library to be able to express, store and retrieve recurring appointments, like &quot;every Monday at midnight&quot;.<br>I saw Data.Time.Recurrence, which has a nice language, but how to store the appointments? A command like:<br>
<i>now &lt;- getCurrentTime<br>recur daily `begin` now</i><br>produces an infinite list of UTCTime.<br><br>Best,<br>Corentin<br>