Hello, I am using Quartz.Net library on my .Net core backend to schedule jobs for me. I wanted to integrate this plugin into my Angular frontend application to allow users to define schedules from a the UI.
I have gone through the demo website and i see this plugin is missing this kind of schedule: "Every month on nth Day"
Like every month on the first Saturday
Hi @xFlooD007. Thank you for the writing. Unfortunately, this repo is not under any active development at the moment. Feel free to implement the feature yourself and submit a PR.
Hello, I am using Quartz.Net library on my .Net core backend to schedule jobs for me. I wanted to integrate this plugin into my Angular frontend application to allow users to define schedules from a the UI. I have gone through the demo website and i see this plugin is missing this kind of schedule: "Every month on nth Day" Like every month on the first Saturday
According to Quartz.Net Cron expressions documentation, it is possible.
Is this possible using ngx-cron-jobs? if not, can this be considered to be added?