teambition / RRuleSwift

Swift rrule library for working with recurrence rules of calendar dates.
MIT License
95 stars 74 forks source link

How to convert RRule to Human readable Text? #14

Open nirajjoshi opened 5 years ago

nirajjoshi commented 5 years ago

How to convert RRule to Human readable Text on iOS? For Example:

RRULE:FREQ=MONTHLY;INTERVAL=1;BYDAY=1FR,3FR,5FR

-> Monthly on Friday of weeks 1, 3, 5 of the month

drnikki commented 5 years ago

Came here looking for the same thing - if your app supports running JS within it, you can always use https://jakubroztocil.github.io/rrule/

antjnr commented 2 years ago

Did you ever find a solution to this?

ciabaros commented 8 months ago

Came here looking for the same thing - if your app supports running JS within it, you can always use https://jakubroztocil.github.io/rrule/

404 Instead, try: https://jkbrzt.github.io/rrule/