react-rrule-generator icon indicating copy to clipboard operation
react-rrule-generator copied to clipboard

Favor BYDAY/BYMONTHDAY over BYSETPOS

Open joshbeckman opened this issue 5 years ago • 1 comments

Given:

  • Most of the functionality from BYSETPOS can be handled with BYMONTHDAY
  • Few other libraries handling RRULE support BYSETPOS
    • Not supported in text display/parsing in rrule.js
    • Not supported by ice_cube in Ruby

This changes the repeat options to favor display/generation of rules without BYSETPOS. This is configurable via an allowBYSETPOS config field.

This allows the user to generate an RRULE and have it output the correct toText when fed into rrule.js.

joshbeckman avatar Feb 06 '19 21:02 joshbeckman

Can we get this merged in? I'm also using rrule.js and BYSETPOS has been an issue.

kaunglvlv avatar Aug 22 '19 22:08 kaunglvlv