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

# EKReminderPriority

The priority of the reminder.

```
enum EKReminderPriority
```

## Topics

### Constants

[`EKReminderPriorityNone`](/documentation/EventKit/EKReminderPriority/none)

The reminder has no priority set.

[`EKReminderPriorityHigh`](/documentation/EventKit/EKReminderPriority/high)

The reminder is high priority.

[`EKReminderPriorityMedium`](/documentation/EventKit/EKReminderPriority/medium)

The reminder is medium priority.

[`EKReminderPriorityLow`](/documentation/EventKit/EKReminderPriority/low)

The reminder is low priority.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)