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

Saved Image in document directory and save path in coredata not able to fetch the image file iOS swift