calendars(for:)
Identifies the calendars that support a given entity type, such as reminders or events.
Declaration
func calendars(for entityType: EKEntityType) -> [EKCalendar]Parameters
- entityType:
The calendar’s entity type.
Mentioned in
Return Value
An array of calendars that support the specified entity type.