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

# init(selectionStyle:displayStyle:eventStore:)

Initializes a newly created calendar chooser.

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

## Parameters

`selectionStyle`

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).

`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)