Look on the admin page under “Batch Processors”. Here you can create a batch processor that starts when the Servoy server starts and opens a solution in the headless client.
When this happens the onOpen function of the solution is executed.
In the onOpen function you can use the scheduler plugin to create a (cron)job that runs on certain times.