---
title: eventStoreIdentifier
framework: eventkit
role: symbol
role_heading: Instance Property
path: eventkit/ekeventstore/eventstoreidentifier
---

# eventStoreIdentifier

The unique identifier for the event store.

## Declaration

```swift
var eventStoreIdentifier: String { get }
```

## Discussion

Discussion If the store is damaged, it’s recreated and given a new identifier. If this value is different from a fetched value, you should take the appropriate action.

## See Also

### Creating event stores

- [init()](eventkit/ekeventstore/init().md)
- [init(sources:)](eventkit/ekeventstore/init(sources:).md)
