RWMRecurrenceRule
RWMRecurrenceRule copied to clipboard
iCalendar RRULE support for EventKit
FYI. I made the following change to RWMRuleScheduler.swift to build it on my system: --- RWMRuleScheduler_old.swift 2019-12-07 22:09:57.000000000 +0800 +++ RWMRuleScheduler.swift 2019-12-07 22:54:54.000000000 +0800 @@ -467 +467 @@ - let...
Did you do `pod trunk push`?
I don't have a Package.swift, pasting github link would give failure since the code also has no Package.swift. Am I supposed to just create a fork and add the Package.swift...