Local notifications for calendar

I'm trying to implement an in-app calendar that doesn't tie into the iOS calendar itself. I was thinking that I'd simply create local notifications to handle the calendar alarms, but then I noticed in the docs that you can only have something like 40ish notifications.


That wouldn't be a problem if I could assume that people were opening the app regularly, as I could just schedule the next set of alarms, but what happens when I need that 50th notification, or whatever the magic number is?

Local notifications for calendar
 
 
Q