---
title: isCurrentUser
framework: eventkit
role: symbol
role_heading: Instance Property
path: eventkit/ekparticipant/iscurrentuser
---

# isCurrentUser

A Boolean value indicating whether this participant represents the owner of this account.

## Declaration

```swift
var isCurrentUser: Bool { get }
```

## See Also

### Related Documentation

- [Calendar and Reminders Programming Guide](apple-archive/documentation/DataManagement/Conceptual/EventKitProgGuide/Introduction.md)

### Accessing Participant Properties

- [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)
- [contactPredicate](eventkit/ekparticipant/contactpredicate.md)
