The scenario is I have several events that happen every X day.
What's an ideal way to ensure I'm adding the event to the correct day without a start day? If the user picks to add Event2 on a Thursday how am I sure I get it added to following Friday.
Event1 would be every Monday @ some time
Event2 would be every Friday @ some time
What's an ideal way to ensure I'm adding the event to the correct day without a start day? If the user picks to add Event2 on a Thursday how am I sure I get it added to following Friday.