EKEventViewController
A view controller for displaying existing calendar and reminder events, and for optionally editing those events.
Declaration
class EKEventViewControllerOverview
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.