event(withIdentifier:)
Locates the first occurrence of an event with a given identifier.
Declaration
func event(withIdentifier identifier: String) -> EKEvent?Parameters
- identifier:
The identifier of the event.
Mentioned in
Return Value
The event that corresponds with identifier, or nil if no event is found.