<!--
{
  "availability" : [
    "iOS: 4.0.0 -",
    "iPadOS: 4.0.0 -",
    "macCatalyst: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "EventKitUI",
  "identifier" : "/documentation/EventKitUI/EKCalendarChooser",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "EventKit UI"
    ],
    "preciseIdentifier" : "c:objc(cs)EKCalendarChooser"
  },
  "title" : "EKCalendarChooser"
}
-->

# EKCalendarChooser

A view controller for determining whether a user may select one or more calendars.

```
class EKCalendarChooser
```

## Overview

Use the calendar chooser view controller to allow users to select one or more calendars when creating or editing a calendar event. The calendar chooser also lets you specify whether to display all calendars, or only those that may be written to. The view controller can be pushed on a navigation stack or presented modally.

Use a delegate that conforms to [`EKCalendarChooserDelegate`](/documentation/EventKitUI/EKCalendarChooserDelegate) to receive callbacks when the user selects calendars or cancels an operation.

## Topics

### Initializing Calendar Choosers

[`init(selectionStyle:displayStyle:eventStore:)`](/documentation/EventKitUI/EKCalendarChooser/init(selectionStyle:displayStyle:eventStore:))

Initializes a newly created calendar chooser.

[`init(selectionStyle:displayStyle:entityType:eventStore:)`](/documentation/EventKitUI/EKCalendarChooser/init(selectionStyle:displayStyle:entityType:eventStore:))

Initializes a newly created calendar chooser for a specific entity type.

### Managing Calendar Selection

[`delegate`](/documentation/EventKitUI/EKCalendarChooser/delegate)

The calendar chooser’s delegate.

[`EKCalendarChooserDelegate`](/documentation/EventKitUI/EKCalendarChooserDelegate)

Methods a calendar chooser’s delegate may use to receive notifications.

### Selecting a Calendar Type

[`selectedCalendars`](/documentation/EventKitUI/EKCalendarChooser/selectedCalendars)

The calendars selected by the user.

[`selectionStyle`](/documentation/EventKitUI/EKCalendarChooser/selectionStyle)

Determines whether to allow selection of multiple calendars.

[`EKCalendarChooserSelectionStyle`](/documentation/EventKitUI/EKCalendarChooserSelectionStyle)

Indicates whether users may select a single calendar, or multiple calendars.

[`EKCalendarChooserDisplayStyle`](/documentation/EventKitUI/EKCalendarChooserDisplayStyle)

Indicates whether to display all calendars or writable calendars only.

### Changing the Appearance

[`showsCancelButton`](/documentation/EventKitUI/EKCalendarChooser/showsCancelButton)

A Boolean that determines whether to display a Cancel button.

[`showsDoneButton`](/documentation/EventKitUI/EKCalendarChooser/showsDoneButton)

A Boolean that determines whether to display a Done button.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)