A custom asset scheduler.
Tip |
---|
.NET 7 required.8 required. |
Version 0.2.0
Added support for scheduling programs found in the Excel file as well
Creates new programs if they aren’t found in the database.
Handle times that go past midnight into the next day
Version 0.1.2
An initial test version
Reads an Excel file to get asset schedules to apply to a Tick-It instance.
if the filename ends with a date (YYYMMDD) then it replaces it with the tomorrows date and looks for the new file each day it runs.
Creates an asset placeholder for scheduling if the asset cannot be found.
...