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

# allowsCalendarPreview

A Boolean that determines whether the user can preview the event in a calendar day.

```
var allowsCalendarPreview: Bool { get set }
```

## Discussion

If the event is an invitation and this property is <doc://com.apple.documentation/documentation/Swift/true>, then a table cell appears allowing the user to preview the event along with other events on the same day. If <doc://com.apple.documentation/documentation/Swift/false> (the default), the calendar day preview does not appear. This property applies only to invitations.

---

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)