time-recurrence: Generate recurring dates.

[ lgpl, library, system ] [ Propose Tags ]

time-recurrence is a library for generating recurring dates. It is based on the iCalendar spec (RFC 5545). However it makes no attempt to strictly follow the spec.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.1, 0.2, 0.4.2, 0.5.2, 0.6, 0.6.1, 0.9.0, 0.9.1, 0.9.2, 0.9.3
Dependencies base (>=4 && <5), data-ordlist (>=0.4 && <0.4.5), time (>=1.2 && <1.2.0.6) [details]
License LGPL-3.0-only
Author Chris Heller
Maintainer hellertime@gmail.com
Category System
Home page http://github.com/hellertime/time-recurrence
Source repo head: git clone http://github.com/hellertime/time-recurrence
Uploaded by ChrisHeller at 2011-05-23T14:42:24Z
Distributions
Reverse Dependencies 6 direct, 6 indirect [details]
Downloads 7289 total (25 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for time-recurrence-0.1.1

[back to package description]
time-recurrence is a Haskell library for working with recurring date/times.

The iCalendar Specifcation (RFC 5545) is used for inspiration of this
library, however the library does not make an effort to track the RFC
at all times. A future Data.Time.Recurrence.RFC5545 library would be
a useful add-on for those in need of strict RFC compliance.