I want to be able to add the date and notes of a doctor's appointment into the calendar in an iPhone app.

The thing is, I do have strings date and notes of the appointment with the Doctor. I have to add those as an event into iCal in my iPhone application. How do I do this?

link|improve this question

70% accept rate
feedback

1 Answer

up vote 2 down vote accepted

You can use EventKit for this.

see this example.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.