save(_:commit:) Saves changes to a reminder by either committing or batching the changes. Declarationfunc save(_ reminder: EKReminder, commit: Bool) throws Parametersreminder: The reminder to save.commit: A Boolean value that indicates whether to save the reminder immediately or to batch the changes. Passing False won’t commit changes to the event store until the Commit() method is invoked. Mentioned inCreating events and reminders DiscussionThis method raises an exception if reminder belongs to another event store. See AlsoRelated Documentationcommit()Accessing calendar eventsevent(withIdentifier:)calendarItem(withIdentifier:)calendarItems(withExternalIdentifier:)remove(_:span:)remove(_:span:commit:)remove(_:commit:)save(_:span:)save(_:span:commit:)