jkbrzt / rrule

JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.
https://jkbrzt.github.io/rrule
Other
3.24k stars 506 forks source link

Feature: exception rule #594

Closed brendan-pike closed 11 months ago

brendan-pike commented 11 months ago

I'm new to rrule so might be missing an existing ability. I'm trying to recreate a meeting pattern our group uses. We meet on every Saturday except for the first Saturday of each month. So far I can't see a way to create this recurring rule, if so an exception rule would be useful, ie. except the first sat. of each month.

davidgoli commented 11 months ago

See RRuleSet.exrule

brendan-pike commented 11 months ago

Thank you