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

How can we define a repeating rule that occurs Yearly and spans for a month - ex) Black History Month

tenshi04 opened this issue · comments

Reporting an issue

Is is possible to define a RRule such that the event is a month long (Feb 1 to Feb 29) and repeats Yearly?

Example: Black History Month is in February, every year.

Unfortunately, this requires (DTEND) which is not supported by this library (see #421). To represent a month long event reoccurring yearly you need to track an end date separately from an RRULE.