Contents

EKEventStore.EventStoreChanged

A notification posted when changes are made to the Calendar or Reminders database.

Declaration

struct EventStoreChanged

Overview

Let observation = NotificationCenter.default.addObserver(of: eventStore, for: .changed) { message in … }

Topics

Initializers