<!--
{
  "availability" : [
    "iOS: 5.0.0 -",
    "iPadOS: 5.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.8.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "EventKit",
  "identifier" : "/documentation/EventKit/EKCalendarItem/hasRecurrenceRules",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "EventKit"
    ],
    "preciseIdentifier" : "c:objc(cs)EKCalendarItem(py)hasRecurrenceRules"
  },
  "title" : "hasRecurrenceRules"
}
-->

# hasRecurrenceRules

A Boolean value that indicates whether the calendar item has recurrence rules.

```
var hasRecurrenceRules: Bool { get }
```

## Discussion

If <doc://com.apple.documentation/documentation/Swift/true>, the calendar item has recurrence rules; otherwise it does not.

### Special Considerations

The implementation only supports a single recurrence rule. Adding a recurrence rule replaces the single recurrence rule.

---

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)