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
In a project, I'll probably need to humanize some recurrence rules.
I don't know yet if I'll have to code it, but I thought it would definitely could be part of what this lib is able to do. I'm more a Java developer than python and I don't know how you could not introduce new dependencies to keep this lib lightweight or create an optional sub-module or whatever but I really think it could be a nice added feature.
The text was updated successfully, but these errors were encountered:
Something like that:
FREQ=DAILY => Repeats everyday
FREQ=MONTHLY;BYMONTHDAY=1 => Repeats on the first day of every month
FREQ=YEARLY;BYMONTH=3;BYMONTHDAY=17 => Repeats on March 17th of every year
FREQ=WEEKLY;INTERVAL=2;BYDAY=SU,TH => Repeats every other week on Sundays and Thursdays
FREQ=MONTHLY;BYDAY=3WE => Repeats on the third Wednesday of every month
Though I don't know if it has to always starts with Repeats or build the description in a different way. That might even be some options to generate in different "sentences"
Hello,
Thanks for that wonderful library.
In a project, I'll probably need to humanize some recurrence rules.
I don't know yet if I'll have to code it, but I thought it would definitely could be part of what this lib is able to do. I'm more a Java developer than python and I don't know how you could not introduce new dependencies to keep this lib lightweight or create an optional sub-module or whatever but I really think it could be a nice added feature.
The text was updated successfully, but these errors were encountered: