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

How to blink a button iOS swift?

Convert NsNumber, NSDate to String in iOS Swift

Parse the value from string value iOS swift