---
title: isDetached
framework: eventkit
role: symbol
role_heading: Instance Property
path: eventkit/ekevent/isdetached
---

# isDetached

A Boolean value that indicates whether an event is a detached instance of a repeating event.

## Declaration

```swift
var isDetached: Bool { get }
```

## Discussion

Discussion This value is true if and only if the event is part of a repeating event and one or more of its attributes have been modified from the repeating event’s default attributes.

## 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)
- [occurrenceDate](eventkit/ekevent/occurrencedate.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)
