Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 750 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 750 Bytes

elm-rrule

iCalendar (RFC 5545) recurring events in Elm

Unsupported RRULE properties:

  BYSECOND, BYMINUTE, BYHOUR, BYSETPOS 
  FREQ = SECONDLY, MINUTELY, or HOURLY

Reasoning is anything less than a DAILY frequency is not used by Google Calendar or Microsoft Outlook,
and the time information is baked into DTSTART.

"Floating times" are not yet supported.
DTSTART, EXDATE, RDATE are expected to specify TZID.

Test Suite

CircleCI

Tests are based on the examples in the iCalendar Spec

https://tools.ietf.org/html/rfc5545#section-3.8.5.3

  • Daily
  • Weekly
  • Monthly
  • Yearly