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)

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift