Create calendar with user selected list of calendar types iOS swift
Solution: The below code can be used to get the user input for which type of calendar he can use for his event save. It can be more types. 1.Local 2.Microsoft exchange 3.ICloud 4.Birthday 5.Subscribed EKCalendarChooser(selectionStyle: .single, displayStyle: .allCalendars, entityType: .event, eventStore: evStore)