RRuleSwift icon indicating copy to clipboard operation
RRuleSwift copied to clipboard

Swift rrule library for working with recurrence rules of calendar dates.

Results 18 RRuleSwift issues
Sort by recently updated
recently updated
newest added

How can install using Cocoapod. I am unable to run by installing Manually dragging framework. Getting error like 'No such Module RRuleSwift'. Thanks in advance.

I am getting the following error when trying to update rruleswift. > Parse error: expected submodule commit SHA in output of task (ls-tree -z HEAD RRuleSwift) but encountered:`

How can I add the recurrence rule generated with this library to an EKEvent?

Google Calendar APIs don't accept DTSTART in RRule. Can we make it optional in the function `toRRuleString` of `RecurrenceRule`. If you will agree to merge it into this repo, I...

During unrelated testing of formatting time with the 12 hour / 24 hour time switch in iOS' Date & Time settings I noticed my app was hanging indefinitely, and I...

Using this library to generate occurrences has generated significant performance problems for my app. It seems to get slowed down in the JS files and occasionally even crashes there.