EKEventStore.EventsMatching(NSPredicate) Method

Definition

Returns all of the events that match the specified predicate.

[Foundation.Export("eventsMatchingPredicate:")]
public virtual EventKit.EKEvent[] EventsMatching (Foundation.NSPredicate predicate);
abstract member EventsMatching : Foundation.NSPredicate -> EventKit.EKEvent[]
override this.EventsMatching : Foundation.NSPredicate -> EventKit.EKEvent[]

Parameters

predicate
NSPredicate

The predicate to use to query the calendar.

Returns

Attributes

Applies to