jkbrzt / rrule

JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.

Home Page:https://jkbrzt.github.io/rrule

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing date in yearly toText()

ray007 opened this issue · comments

commented

An rrule with FREQ=YEARLY should use the date from dtstart for toText() when no other BY* properties are found.
As it does when calling between().

Reporting an issue

Thank you for taking an interest in rrule! Please include the following in
your report:

  • Verify that you've looked through existing issues for duplicates before creating a new one