---
title: EKEntityMask
framework: eventkit
role: symbol
role_heading: Structure
path: eventkit/ekentitymask
---

# EKEntityMask

A bitmask of EKEntityType for specifying multiple entities at once.

## Declaration

```swift
struct EKEntityMask
```

## Topics

### Initializers

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

### Constants

- [event](eventkit/ekentitymask/event.md)
- [reminder](eventkit/ekentitymask/reminder.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)
