rrule icon indicating copy to clipboard operation
rrule copied to clipboard

toText - missing "on" when describing FREQ=YEARLY with BYMONTH

Open salty-horse opened this issue 2 years ago • 0 comments

Using latest rrule 2.7.1

When describing FREQ=YEARLY;INTERVAL=3;BYMONTH=10;BYDAY=TU, the output is:

every 3 years October on Tuesday

I think there should be on/in before "October"

Example:

> require('rrule').rrulestr('FREQ=YEARLY;INTERVAL=3;BYMONTH=10;BYDAY=TU').toText()
'every 3 years October on Tuesday'

salty-horse avatar Jul 24 '22 11:07 salty-horse