Math.js calculation to run daily

I’d like to setup a Math.js calculation to run daily on the results of a search.

The datatype is task, and I do a calculation based on the importance and urgency of that task.

The urgency changes each day, hence the need to run the calculation daily.

Is there any way to do this?