You can make routine to repeat something daily
Using Rules API is possible to create all kind periodic events.
Using Rules API is possible to specify actions like this:
“actions”: [
“every”: {
“interval”: {
“value”: {
“integer”: 10
},
“unit”: “Minute”
}
unit can be Second, Minute, Hour, …