Contents

calendar(withIdentifier:)

Locates a calendar with the specified identifier.

Declaration

func calendar(withIdentifier identifier: String) -> EKCalendar?

Parameters

  • identifier:

    The calendar’s unique identifier.

Return Value

A calendar with a calendarIdentifier that matches the specified identifier.

See Also

Accessing calendars