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

# contactPredicate

A predicate to use with the Contacts framework to retrieve the corresponding contact instance.

```
var contactPredicate: NSPredicate { get }
```

## Discussion

Use this property to get a predicate that you can use with a <doc://com.apple.documentation/documentation/Contacts/CNContactStore> to fetch a <doc://com.apple.documentation/documentation/Contacts/CNContact> instance for this participant, if one exists.

---

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)