1

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?

cweinberger
  • 3,518
  • 1
  • 16
  • 31
Sid
  • 407
  • 1
  • 9
  • 17

1 Answers1

2

You can use EventKit for this.

see this example.

Community
  • 1
  • 1
cweinberger
  • 3,518
  • 1
  • 16
  • 31