---
title: EKEntityType
framework: eventkit
role: symbol
role_heading: Enumeration
path: eventkit/ekentitytype
---

# EKEntityType

The type of entities allowed for a source.

## Declaration

```swift
enum EKEntityType
```

## Topics

### Specifying Multiple Entities

- [EKEntityMask](eventkit/ekentitymask.md)

### Constants

- [EKEntityType.event](eventkit/ekentitytype/event.md)
- [EKEntityType.reminder](eventkit/ekentitytype/reminder.md)

### Initializers

- [init(rawValue:)](eventkit/ekentitytype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
