Posts

Post not yet marked as solved
4 Replies
@Indubitably Thank you for your answer. I followed your instructions and it's working great - however - mine is acting like an AND predicate and not an OR. If anyone is looking for OR: Replace PredicateExpressions.Conjunction with PredicateExpressions.Disjunction in the function buildConjunction (and preferably rename it) to combine the predicates using logical OR instead.
Post not yet marked as solved
4 Replies
for me: vc.eventStore = viewModel.eventStore I was forgetting to set the eventStore on the EKEventEditViewController