views:

8

answers:

0

Hi all,

I'm using Quartz.NET for a project for work and I have a request off my manager for a feature, which he isn't sure is feasible but I'm very interested in doing this.

Basically, there needs to be an option to change the scheduler to do a different 'configuration'. By this I mean, disable certain jobs when this configuration is chose. So essentially this would be used on days where maintenance is ongoing, or a certain group of jobs need not be executed. Whether the jobs would run on 'config 2' would be decided when the jobs are added using the web form.

I'm wondering if calendars in Quartz.NET could be used for this? If so, can anyone point me in the right direction to tutorials and examples on using calendars?

Many thanks