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
inIsGrantedTrue, if permission was granted.
inErrorAny errors that occurred.
View on GitHub