Contents

EKEventViewController

A view controller for displaying existing calendar and reminder events, and for optionally editing those events.

Declaration

class EKEventViewController

Overview

The event view controller’s primary purpose is to present to the user a modal display containing the details of a calendar event. The view controller lets you set whether users may edit an event and, if the event is an invitation and the organizer is not the user, you can decide whether to show a preview of the event.

The event view controller includes delegates used to receive a notification when closing the view controller. The delegate must conform to the EKEventViewDelegate protocol.

Topics

Dismissing the Event Interface

Getting and Setting the Event

Displaying and Editing Event Previews