Are Quartz.NET calendars configured through an ASP.NET page?

I am creating an application using Quartz.NET, together with an ASP.NET project to add tasks and configure the system. I would like to use Quartz.NET calendars, but I need to allow users to create / customize calendars using the ASP.NET page. Is there an easy way to do this? Can I use AJAX calendar controls?

thank

+3
source share
1 answer

There is a project that does something like what you are asking: http://bugsquash.blogspot.com/2010/06/embeddable-quartznet-web-consoles.html

+1
source

Source: https://habr.com/ru/post/1773370/


All Articles