I need to add a feature to my app to allow for creating one-time or recurring alarms/events.
There are many tutorials outlining the essentials of simply creating an alarm app, but have yet to see one that demonstrates the creation of recurring alarms.
The stock app has this functionality, is it possible replicate and add to an app? Or perhaps readily available source code?
UPDATE
I need to allow for repeating given the days of the week, ie. repeat this alarm on Monday, Wednesday and Thursday. Not simply every hour, day, week...etc