Contents

saveCalendar(_:commit:)

Saves a calendar to the event store by either committing or batching the changes.

Declaration

func saveCalendar(_ calendar: EKCalendar, commit: Bool) throws

Parameters

  • calendar:

    The calendar to save.

  • commit:

    True to save the calendar immediately; otherwise, the change is batched until the Commit() method is invoked.

Discussion

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

See Also

Accessing calendars