0

Is it possible, and how could I, launch the iPhone calendar application from within an iPhone application.

For example your application may have a "select date", and then a "launch iPhone calendar" for this date button. Is this possible to do, and how would one do this programmatically?

Greg
  • 34,042
  • 79
  • 253
  • 454
  • possible duplicate of [Open iphone calendar app programmatically](http://stackoverflow.com/questions/6647725/open-iphone-calendar-app-programmatically) – omz Jul 30 '11 at 10:23

2 Answers2

1

I know it's not a real answer. But I advise you to use a UIDatePicker to let the user select dates. I don't know if there's a offical way to start the calender. But you could also use the Tapku Library of Kal if you really want to use a calender. There's a replacement of the Calender UI which is used in iOS. (Because these elements aren't public)

Sandro Meier
  • 3,071
  • 2
  • 32
  • 47
1

Answer seems to be, that at this stage, there are no published URLs for Calendar that lets you do this...

Greg
  • 34,042
  • 79
  • 253
  • 454