<!--
{
  "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/init(selectionStyle:displayStyle:entityType:eventStore:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "EventKit UI"
    ],
    "preciseIdentifier" : "c:objc(cs)EKCalendarChooser(im)initWithSelectionStyle:displayStyle:entityType:eventStore:"
  },
  "title" : "init(selectionStyle:displayStyle:entityType:eventStore:)"
}
-->

# init(selectionStyle:displayStyle:entityType:eventStore:)

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

```
init(selectionStyle style: EKCalendarChooserSelectionStyle, displayStyle: EKCalendarChooserDisplayStyle, entityType: EKEntityType, eventStore: EKEventStore)
```

## Parameters

`style`

Determines whether to allow selection of multiple calendars. Possible values are described in [`EKCalendarChooserSelectionStyle`](/documentation/EventKitUI/EKCalendarChooserSelectionStyle).

`displayStyle`

Determines which calendars to display. Possible values are described in [`EKCalendarChooserDisplayStyle`](/documentation/EventKitUI/EKCalendarChooserDisplayStyle).

`entityType`

The entity type of the calendar. Possible values are <doc://com.apple.documentation/documentation/EventKit/EKEntityType/event> and <doc://com.apple.documentation/documentation/EventKit/EKEntityType/reminder>.

`eventStore`

The event store to which the calendars belong.

## Return Value

The initialized calendar chooser.

---

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)