weekday
Author: olena-kushnirCreated Nov 21, 2023Updated Jul 13, 2026
Thanks for writing schedule! It is fantastic and I have used it a lot. An excellent alternative to Windows Task Scheduler when in your heart you really want cron,
While there is a days, what I really need is
schedule.every().weekday.do(job)
schedule.every().weekday.at("13:15").do(job)Source: dbader/schedule