I’m working on a tasks app and want the user to be able to set tasks to certain days of the week (not specific dates in the calendar) and have them recur every week.
I’ve looked for answers in the forum, but couldn’t find any (that helped me).
So I set the current date to a number, built a database of those numbers associated with the dates and then built actions to search through the numbers and find the year start and end, month start and end and week start and end.