AdamBCo / PunctualTime

0 stars 0 forks source link

Recurring event #19

Closed nathanhosselton closed 9 years ago

nathanhosselton commented 9 years ago

As a user, I want to be able to set an event that recurs at an interval I specify. (2)

AdamBCo commented 9 years ago

How complicated is this?

nathanhosselton commented 9 years ago

(EDIT: This was unnecessary) There is a recurrence property on instances of UILocalNotification. The remaining question is how to handle the Event objects in cases of recurrence.

nathanhosselton commented 9 years ago

Could add logic to refreshEvents that, after detecting an event is past, checks if it is recurring via a property and updates the arrivalDate based on the interval specified by the user, then makes a new notification for it instead of deleting the event.