---
title: occurrenceDate
framework: eventkit
role: symbol
role_heading: Instance Property
path: eventkit/ekevent/occurrencedate
---

# occurrenceDate

The original occurrence date of an event if it is part of a recurring series.

## Declaration

```swift
var occurrenceDate: Date! { get }
```

## Discussion

Discussion This value remains the same even when the event has been detached and its start date has changed. Floating events (such as all-day events) are returned in the default time zone.

## See Also

### Accessing Event Properties

- [eventIdentifier](eventkit/ekevent/eventidentifier.md)
- [availability](eventkit/ekevent/availability.md)
- [startDate](eventkit/ekevent/startdate.md)
- [endDate](eventkit/ekevent/enddate.md)
- [isAllDay](eventkit/ekevent/isallday.md)
- [isDetached](eventkit/ekevent/isdetached.md)
- [organizer](eventkit/ekevent/organizer.md)
- [status](eventkit/ekevent/status.md)
- [birthdayContactIdentifier](eventkit/ekevent/birthdaycontactidentifier.md)
- [structuredLocation](eventkit/ekevent/structuredlocation.md)
- [birthdayPersonID](eventkit/ekevent/birthdaypersonid.md)
- [birthdayPersonUniqueID](eventkit/ekevent/birthdaypersonuniqueid.md)
