<!--
{
  "availability" : [
    "iOS: 6.0.0 -",
    "iPadOS: 6.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.8.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "EventKit",
  "identifier" : "/documentation/EventKit/EKReminder",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "EventKit"
    ],
    "preciseIdentifier" : "c:objc(cs)EKReminder"
  },
  "title" : "EKReminder"
}
-->

# EKReminder

A class that represents a reminder in a calendar.

```
class EKReminder
```

## Overview

Use the [`init(eventStore:)`](/documentation/EventKit/EKReminder/init(eventStore:)) method to create a new reminder. Use the properties in the class to get and modify certain information about a reminder.

## Topics

### Creating a Reminder

[`init(eventStore:)`](/documentation/EventKit/EKReminder/init(eventStore:))

Creates and returns a new reminder in the given event store.

### Accessing Reminder Properties

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

The priority of the reminder.

[`priority`](/documentation/EventKit/EKReminder/priority)

The reminder’s priority.

[`startDateComponents`](/documentation/EventKit/EKReminder/startDateComponents)

The start date of the task.

[`dueDateComponents`](/documentation/EventKit/EKReminder/dueDateComponents)

The date by which the reminder should be completed.

[`isCompleted`](/documentation/EventKit/EKReminder/isCompleted)

A Boolean value determining whether or not the reminder is marked completed.

[`completionDate`](/documentation/EventKit/EKReminder/completionDate)

The date on which the reminder was completed.



---

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)
