Swift EKCalendarのtype、Suggestionsって?、ドキュメントには出てこない
EKCalendarType
ドキュメント:https://developer.apple.com/documentation/eventkit/ekcalendartype
Suggestionsって?
EKCalendar <0x283b16300> {title = Siri Suggestions; type = Suggestions; allowsModify = NO; color = #8295AF;}
「Suggestions」はドキュメントに書かれていない。
rawValueは5です。
for calendar in calendars { print(calendar.title) print(calendar.type.rawValue) }
Siri Suggestions 5