rrule
rrule copied to clipboard
request: support RSCALE/SKIP
for dealing with repeating events on the 31st or 30th or 29th, there is an extension to RRULE called RSCALE (and SKIP): https://tools.ietf.org/html/rfc7529
It would be very nice if rrule supported this extension
any update on this ?
any update on this?
+1 any updates?
Any updates?
I'll add the 2022 addition to this one...Any updates?
2023 now - we are getting hit by this in production. any update?
@davidgoli this is the most upvoted issue on the repo. Curious if this may happen, or if there's a common workaround for supporting bymonthday intervals of 29th/30th/31st?
Thanks for a great lib, this is really the only reputable js package out there for rrule support.
+1
@kjhangiani for what it's worth, I expect RSCALE will be more of a nicety than a necessity. I would love to have it directly supported in the lib, but logic to compensate has been pretty straightforward.