I need to create recurring task on every 1st Monday of the Month for every week of month and I don’t have any concern with the date.
So basically I have 3 columns Task, Assigned Date, Due Date
for eg
task 1 -1st Wednesday- 2nd Monday
task 2- 1st Friday- 2nd Monday
task 3 - 2nd Wednesday - 3rd Monday
task 4 - 2nd Friday - 3rd Monday
task 5 - 3rd Wednesday - 4th Monday
…
task - nth Wednesday - n+1 Monday
task - nth Friday - n+1 Monday
This needs to be done on every 1 Monday of month
Has anyone figured out any workaround for a repeat task like this?