Contents

save(_:commit:)

Saves changes to a reminder by either committing or batching the changes.

Declaration

func save(_ reminder: EKReminder, commit: Bool) throws

Parameters

  • reminder:

    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 in

Discussion

This method raises an exception if reminder belongs to another event store.

See Also

Related Documentation

Accessing calendar events