---
title: creationDate
framework: eventkit
role: symbol
role_heading: Instance Property
path: eventkit/ekcalendaritem/creationdate
---

# creationDate

The date that this calendar item was created.

## Declaration

```swift
var creationDate: Date? { get }
```

## Discussion

Discussion If nil, this property was not set or was synced in this state.

## See Also

### Accessing Calendar Item Properties

- [calendar](eventkit/ekcalendaritem/calendar.md)
- [title](eventkit/ekcalendaritem/title.md)
- [location](eventkit/ekcalendaritem/location.md)
- [lastModifiedDate](eventkit/ekcalendaritem/lastmodifieddate.md)
- [timeZone](eventkit/ekcalendaritem/timezone.md)
- [url](eventkit/ekcalendaritem/url.md)
