I need to create a job which will have to be run every two weeks on Sunday, is there any way to set correctly the execution without create an own specific calendar using only the "rules"?
Thanks in advance.
Calendar: Run job every two weeks only
FORTNIGHTLY JOB
I know you don't want to create a calendar but at least this method uses one simple calendar for any fortnightly job. Create a periodic calendar called FORTNIGHTLY with Periods A and B. A and B both cover one week and it is a simple repeating pattern of A, then B, then A, then B, etc.
Then you can create a job and use the weekdays tab to run on Day 0 of Period A (D0PA) or Day 0 of Period B (D0PB), depending on which week of the fortnight you wish to run the job in.
Then you can create a job and use the weekdays tab to run on Day 0 of Period A (D0PA) or Day 0 of Period B (D0PB), depending on which week of the fortnight you wish to run the job in.