Is there some more info on how it works to add a periodic task?
What do the start & end date mean, and the start & end time?
If I would like to make a task that runs every hour, how would I do that?
If I would like to make a task that runs every monday 12:00, how would I do that? (Is it possible?)
If I would like to have a task that runs forever, should I just add that as a timing task, and inside of the code add a forever loop?