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)

Instance Method Details

- (Object) calendarChooserDidCancel(calendarChooser)

Sent when the user cancels the selection of calendars. (required)

Parameters:

  • calendarChooser (EKCalendarChooser)

    The calendar chooser that sent this message.

Returns:

- (Object) calendarChooserDidFinish(calendarChooser)

Sent when a user has finished selecting one or more calendars. (required)

Parameters:

  • calendarChooser (EKCalendarChooser)

    The calendar chooser that sent this message.

Returns:

- (Object) calendarChooserSelectionDidChange(calendarChooser)

Sent when a user has changed the selection. (required) Use the selectedCalendars property to get the current selection.

Parameters:

  • calendarChooser (EKCalendarChooser)

    The calendar chooser that sent this message.

Returns: