I would like to to schedule my unattended robot to run every 15 minutes from 7am to 7pm from Monday to Saturday. I don’t seem to find any option to this this, or maybe I’m missing something. I also am not very familiar with cron. Thank you in advance!
You can provide Sec/Min/Hrs/Day/Month/Year according to your requirement and see what kind of expression you get. There are many samples as well. If you have an expression already and want to know how it is described that also can be checked out.
I just gave the conditions you have mentioned and the tool gave me the expression. Please check it out and try yourself if possible. You may need to do 1-2 test runs to make sure its working as expected.
The cron I have used here is : 0 */15 7-19 ? * MON,TUE,WED,THU,FRI,SAT *