Jun-26-2024, 01:58 PM
im making a reminder app not for profit and one of the features would ideally be recurring reminders. So i would have something like a checkbox and if it is on then a simpledialog window will open so the user can input how frequently he wants the reminder to be. I save everything to a CSV file and then i use a function to loop through the csv file and if the task date matches todays date then the software should either email or sms about the task to the assigned user. My problem is how do i add a list of dates that are apart as many days as the user states. Hopefully i could get something like initial reminder date and end date and then just include all of the dates that are the step size that the user declared. The way i see it is if i get a list of all of the days of the year and a step size to determine how frequently the reminder should be sent. So say the user chooses 7 days and the initial date is 01-08-2024 then the reminder should recurr on the 08-08-2024 and so on.
This is pretty much the best i can explain it. Any help would be greatly appreciated
This is pretty much the best i can explain it. Any help would be greatly appreciated