Hello,
I need to generate a list of entries in the database, each dated on a given day of the week.
Say I have period of time 4-Feb-22 to 18-Apr-22 and I want to generate a new thing on the database for every week within this time period, dated each Wednesday.
So the first entry will be on Wed. 9-Feb-22, etc. 10x times until Wed. 13-Feb-22.
I’m not really interested in a calendar UI element or anything like that, but only want to create some entries with a weekly date.
I’ve seen a couple of plugins out there on the forum but they mostly are UI plugins, some relying on a repeating group and so on.
I really just want to be able to schedule a backend workflow recursively to create N entries on a given day D.
What method or plugin would you advise for this purpose?