<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "EventKit",
  "identifier" : "/documentation/EventKit/EKSpan",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "EventKit"
    ],
    "preciseIdentifier" : "c:@E@EKSpan"
  },
  "title" : "EKSpan"
}
-->

# EKSpan

An object that indicates whether modifications should apply to a single event or all future events of a recurring event.

```
enum EKSpan
```

## Topics

### Constants

[`EKSpanThisEvent`](/documentation/EventKit/EKSpan/thisEvent)

Modifications to this event instance should affect only this instance.

[`EKSpanFutureEvents`](/documentation/EventKit/EKSpan/futureEvents)

Modifications to this event instance should also affect future instances of this event.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

---

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)