You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see in the picture, for hourly rules it is using a different string depending on whether the rule is singular/plural. However, for minutely rule it is always using plural string.
The text was updated successfully, but these errors were encountered:
Reporting an issue
creating a new one
are using such as the exact RRule string and dates.
DTSTART:20200617T160200Z↵RRULE:FREQ=MINUTELY;INTERVAL=1;COUNT=3
rrule
you are using: v2.6.4Hello,
There is a typo at the time of building the text for a minutely rule where the frequency is 1.
Expected output: every minute for 3 times.
Actual output: every minutes for 3 times.
Version: 2.6.4
I had a look at the source code and I have identified where the issue is. I have tried to create a PR but it is not allowed.
https://github.com/jakubroztocil/rrule/blob/v2.6.4/src/nlp/totext.ts
As you can see in the picture, for hourly rules it is using a different string depending on whether the rule is singular/plural. However, for minutely rule it is always using plural string.
The text was updated successfully, but these errors were encountered: