Skip to content

RealKinetic/elm-rrule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

iCalendar (RFC 5545) recurring events in Elm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published