---
title: "init(eventStore:)"
framework: eventkit
role: symbol
role_heading: Initializer
path: "eventkit/ekreminder/init(eventstore:)"
---

# init(eventStore:)

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

## Declaration

```swift
init(eventStore: EKEventStore)
```

## Parameters

- `eventStore`: The event store.

## Mentioned in

Creating events and reminders

## Return Value

Return Value The created reminder.

## See Also

### Related Documentation

- [Calendar and Reminders Programming Guide](apple-archive/documentation/DataManagement/Conceptual/EventKitProgGuide/Introduction.md)
