example.
<!--
The pattern attribute specifies the schedule time of the event.
- Minutes (0-59)
- Hours (0-23)
- Day of the month (1-31)
- Month (1-12)
- Day of the week (0-7)
You can use * as a wildcard value.
You can use multiple schedule elements.
-->
<!-- Run at 1 hour every day. -->
<schedule pattern="0 08 * * *" />
<schedule pattern="0 09 * * *" />
<schedule pattern="0 10 * * *" />
<schedule pattern="0 11 * * *" />
<schedule pattern="0 12 * * *" />
<schedule pattern="0 13 * * *" />
<schedule pattern="0 14 * * *" />
<schedule pattern="0 22 * * *" />
<schedule pattern="0 23 * * *" />
<schedule pattern="0 00 * * *" />
</event>
edit and test.
but chatgpt really answers your question well, you don't know how to formulate it to your need, let alone channel it to the project