views:

30

answers:

1

Hello

If i develop an app through which we can choose a date and time and enter a text and that text should be added for the corresponding date and time of the native i phone calendar.Is there any way to achieve that.Please help me out.Thanks.

+2  A: 

Yes, should be possible using the EventKit framework (introduced in iOS 4.0). EKEvent is the class you're probably looking for.

RupertP