1

Possible Duplicate:
Programmatically add custom event in the iPhone Calendar

Is there any way I can add a reminder to iPhone default calendar?

Community
  • 1
  • 1
ikarma khan
  • 83
  • 1
  • 6

1 Answers1

0

As an alternative, you can use UILocalNotification to fire alert/notification on a specified date/time. It also supports repeated notifications using the repeatInterval property.

EmptyStack
  • 51,274
  • 23
  • 147
  • 178