We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi, I have a recurring rule object with this rule:
RRULE:FREQ=YEARLY;BYMONTH=11
When I use its to_text() method, I get:
annually, each December
And actually it should be 'anually, each November'
Léon