0

I was wondering is there a way to add the following Add event screen to your iOS app, without actually creating it yourself, something like a method [show UIAddEvent].

Please let me know if there is way to do this.

Click to see Add Event Screen Image

  • http://stackoverflow.com/questions/246249/programmatically-add-custom-event-in-the-iphone-calendar – iPatel Oct 14 '13 at 06:46
  • I understand how to anadd event programatically, but I'm looking for a way to get this native add event screen without actually creating it myself – user2603567 Oct 14 '13 at 06:49
  • I'm not sure but.. 95% my answer is "NO".. :( – iPatel Oct 14 '13 at 06:50
  • take a look this might be helps to you [How to open native IOS calendar from my app](http://stackoverflow.com/questions/15742231/how-to-open-native-ios-calendar-from-my-app) – Nitin Gohel Oct 14 '13 at 06:54
  • 1
    @iPatel this is Possible since iOS4 :) and user2603567 ignore thx and welcome as a comment. – Nitin Gohel Oct 14 '13 at 07:08

1 Answers1

0

You want the EventKitUI framework. EKEventEditViewController is probably what you are looking for. The SimpleEKDemo sample on the developer site should get you started.

Toseef Khilji
  • 17,192
  • 12
  • 80
  • 121
quellish
  • 21,123
  • 4
  • 76
  • 83