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

# EKEntityMask

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

```
struct EKEntityMask
```

## Topics

### Initializers

[`init(rawValue:)`](/documentation/EventKit/EKEntityMask/init(rawValue:))

Creates an entity mask with the specified raw value.

### Constants

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

Represents an event.

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

Represents a reminder.

## Relationships

### Conforms To

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

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

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

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

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

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

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

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

---

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)