Contents

EKEventSearchCallback

The signature for a closure that operates on events when enumerating them.

Declaration

typealias EKEventSearchCallback = (EKEvent, UnsafeMutablePointer<ObjCBool>) -> Void

Parameters

  • event:

    An event object to operate on.

  • stop:

    A pointer to a Boolean value. Set this value to True to stop enumerating events.

See Also

Searching calendars