Contents

calendarItem(withIdentifier:)

Locates a reminder or the first occurrence of an event with the specified identifier.

Declaration

func calendarItem(withIdentifier identifier: String) -> EKCalendarItem?

Parameters

  • identifier:

    The calendar item’s unique identifier.

Mentioned in

Return Value

The reminder or the first occurrence of an event with the specified identifier, or nil if neither is found.

See Also

Accessing calendar events