---
title: EKParticipantStatus.delegated
framework: eventkit
role: symbol
role_heading: Case
path: eventkit/ekparticipantstatus/delegated
---

# EKParticipantStatus.delegated

The participant has delegated attendance to another participant.

## Declaration

```swift
case delegated
```

## See Also

### Constants

- [EKParticipantStatus.unknown](eventkit/ekparticipantstatus/unknown.md)
- [EKParticipantStatus.pending](eventkit/ekparticipantstatus/pending.md)
- [EKParticipantStatus.accepted](eventkit/ekparticipantstatus/accepted.md)
- [EKParticipantStatus.declined](eventkit/ekparticipantstatus/declined.md)
- [EKParticipantStatus.tentative](eventkit/ekparticipantstatus/tentative.md)
- [EKParticipantStatus.completed](eventkit/ekparticipantstatus/completed.md)
- [EKParticipantStatus.inProcess](eventkit/ekparticipantstatus/inprocess.md)
