Contents

fetchEvents(matchingFetch:)

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

Declaration

class func fetchEvents(matchingFetch fetchRequest: NSFetchRequest<any NSFetchRequestResult>) -> Self

Parameters

  • fetchRequest:

    A fetch request to identify matching events.

Return Value

A request object that fetches persistent CloudKit container events by executing in a managed object context.

See Also

Fetching Events