Automatic jobs ("cron jobs") to be run in regular intervals, written in F#. The program needs to be hosted on a server supporting .NET console applications.
All implemented jobs are listed in Jobs.fs
Checks weather prognosis for the upcoming night. If temperatures drop below zero degree Celsius, all courts will be blocked for the next day.
If the temperature rises above 3 degrees during the day, the blocking stops at noon, otherwise it covers the entire day.