Search code examples
iphoneios4calendareventkit

Does the iOS SDK give access to the Calendar picker used by iPhone's built-in Calenar app?


I've dug around a bit in the Eventkit/EventkitUI docs and couldn't find an answer. Does the iOS SDK provide a way to display the Calendar chooser view that the built-in Calendar app uses when you want to move an event to a different calendar? If not, what would be the best way to build that? How do I know which account each calendar is from? How do I display the little color dot? Are there any 3rd party libraries that provide something like this?

Thanks!

EDIT: Specifically I'm asking about this screen:

enter image description here


Solution

  • You don't get the UI for free, but you can get a list of the user's calendars with an EventStore's Calendar property.