<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "EventKit",
  "identifier" : "/documentation/EventKit/EKEntityType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "EventKit"
    ],
    "preciseIdentifier" : "c:@E@EKEntityType"
  },
  "title" : "EKEntityType"
}
-->

# EKEntityType

The type of entities allowed for a source.

```
enum EKEntityType
```

## Topics

### Specifying Multiple Entities

[`EKEntityMask`](/documentation/EventKit/EKEntityMask)

A bitmask of `EKEntityType` for specifying multiple entities at once.

### Constants

[`EKEntityTypeEvent`](/documentation/EventKit/EKEntityType/event)

Represents an event.

[`EKEntityTypeReminder`](/documentation/EventKit/EKEntityType/reminder)

Represents a reminder.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

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)