<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreData",
  "identifier" : "/documentation/CoreData/NSPersistentCloudKitContainerEventRequest",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Core Data"
    ],
    "preciseIdentifier" : "c:objc(cs)NSPersistentCloudKitContainerEventRequest"
  },
  "title" : "NSPersistentCloudKitContainerEventRequest"
}
-->

# NSPersistentCloudKitContainerEventRequest

A request to fetch setup, import, or export events in a persistent CloudKit container.

```
class NSPersistentCloudKitContainerEventRequest
```

## Topics

### Fetching Events

[`+  fetchEventsAfterDate:`](/documentation/CoreData/NSPersistentCloudKitContainerEventRequest/fetchEvents(after:)-5izg7)

Creates a fetch request for events after a specified date from a persistent CloudKit container.

[`+  fetchEventsAfterEvent:`](/documentation/CoreData/NSPersistentCloudKitContainerEventRequest/fetchEvents(after:)-3yfp)

Creates a fetch request for events that occur after a specified event from a persistent CloudKit container.

[`+  fetchEventsMatchingFetchRequest:`](/documentation/CoreData/NSPersistentCloudKitContainerEventRequest/fetchEvents(matchingFetch:))

Creates a fetch request for events that match a specified fetch request from a persistent CloudKit container.

[`+  fetchRequestForEvents`](/documentation/CoreData/NSPersistentCloudKitContainerEventRequest/fetchForEvents())

Creates a fetch request for all events in a persistent CloudKit container.

[`resultType`](/documentation/CoreData/NSPersistentCloudKitContainerEventRequest/resultType)

The type of result that the request returns.

## Relationships

### Conforms To

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

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

[`NSCopying`](/documentation/Foundation/NSCopying)

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

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

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

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

### Inherits From

[`NSPersistentStoreRequest`](/documentation/CoreData/NSPersistentStoreRequest)

---

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)