Protocol: EKCalendarChooserDelegate
Overview
The EKCalendarChooserDelegate protocol defines methods that a calendar chooser’s delegate may optionally implement to be notified when a user finishes selecting calendars or cancels the process.Sent when the user cancels the selection of calendars. (required)Sent when a user has finished selecting one or more calendars. (required)Sent when a user has changed the selection. (required)
Instance Method Summary (collapse)
-
- calendarChooserDidCancel:
Sent when the user cancels the selection of calendars.
-
- calendarChooserDidFinish:
Sent when a user has finished selecting one or more calendars.
-
- calendarChooserSelectionDidChange:
Sent when a user has changed the selection.
Instance Method Details
- (Object) calendarChooserDidCancel(calendarChooser)
Sent when the user cancels the selection of calendars. (required)
- (Object) calendarChooserDidFinish(calendarChooser)
Sent when a user has finished selecting one or more calendars. (required)
- (Object) calendarChooserSelectionDidChange(calendarChooser)
Sent when a user has changed the selection. (required) Use the selectedCalendars property to get the current selection.