---
title: contactPredicate
framework: eventkit
role: symbol
role_heading: Instance Property
path: eventkit/ekparticipant/contactpredicate
---

# contactPredicate

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

## Declaration

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

## Discussion

Discussion Use this property to get a predicate that you can use with a CNContactStore to fetch a CNContact instance for this participant, if one exists.

## See Also

### Accessing Participant Properties

- [isCurrentUser](eventkit/ekparticipant/iscurrentuser.md)
- [name](eventkit/ekparticipant/name.md)
- [participantRole](eventkit/ekparticipant/participantrole.md)
- [participantStatus](eventkit/ekparticipant/participantstatus.md)
- [participantType](eventkit/ekparticipant/participanttype.md)
- [url](eventkit/ekparticipant/url.md)
