removeRecurrenceRule(_:)
Removes a recurrence rule from the recurrence rule array.
Declaration
func removeRecurrenceRule(_ rule: EKRecurrenceRule)Parameters
- rule:
The rule to be removed from Recurrencerules.
Discussion
The implementation only supports a single recurrence rule.