addReminderEvent()
func addReminderEvent()
This adds a reminder event for the next meeting start time.
-
Completion proc for the permissions.
Declaration
Swift
func calendarCompletion(_ inIsGranted: Bool, _ inError: Error?)
Parameters
inIsGranted
True, if permission was granted.
inError
Any errors that occurred.