<!--
{
  "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/EKCalendarItem/calendarItemIdentifier",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "EventKit"
    ],
    "preciseIdentifier" : "c:objc(cs)EKCalendarItem(py)calendarItemIdentifier"
  },
  "title" : "calendarItemIdentifier"
}
-->

# calendarItemIdentifier

The calendar item’s unique identifier.

```
var calendarItemIdentifier: String { get }
```

## Discussion

This property is set when the calendar item is created and can be used as a local identifier. Use [`calendarItem(withIdentifier:)`](/documentation/EventKit/EKEventStore/calendarItem(withIdentifier:)) to look up the item by this value.

A full sync with the calendar will lose this identifier. You should have a plan for dealing with a calendar whose identifier is no longer fetch-able by caching its other properties.

## See Also

[`calendarIdentifier`](/documentation/EventKit/EKCalendar/calendarIdentifier)

A unique identifier for the calendar.

  [Calendar and Reminders Programming Guide](https://developer.apple.com/library/archive/documentation/DataManagement/Conceptual/EventKitProgGuide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009765)



---

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)