But I need to create a user interface for scheduling tasks. I have no problem creating the HTML elements for this interface. But how to populate them from a cron expression?
I found Cronos, which will parse a cron expression. But it doesn't expose the schedule indicated by the expression. It will only tell you things like when is the next occurrence for that schedule.
Does anyone know of any way to get the underlying data structures associated with a cron expression so that I can populate HTML elements so the user can edit the schedule?
So, we're using Hangfire and it's working great.
But I need to create a user interface for scheduling tasks. I have no problem creating the HTML elements for this interface. But how to populate them from a cron expression?
I found Cronos, which will parse a cron expression. But it doesn't expose the schedule indicated by the expression. It will only tell you things like when is the next occurrence for that schedule.
Does anyone know of any way to get the underlying data structures associated with a cron expression so that I can populate HTML elements so the user can edit the schedule?