---
title: endDate
framework: datadetection
role: symbol
role_heading: Instance Property
path: datadetection/datadetector/match/semanticdetails/calendarevent/enddate
---

# endDate

An optional date that may contain the end date of the event.

## Declaration

```swift
let endDate: Date?
```

## See Also

### Calendar event properties

- [allDay](datadetection/datadetector/match/semanticdetails/calendarevent/allday.md)
- [startDate](datadetection/datadetector/match/semanticdetails/calendarevent/startdate.md)
- [startTimeZone](datadetection/datadetector/match/semanticdetails/calendarevent/starttimezone.md)
- [endTimeZone](datadetection/datadetector/match/semanticdetails/calendarevent/endtimezone.md)
