Is there a way in Quartz/Quartz.NET (using the latter but I’m assuming the answer would be the same) to have a type of HolidayCalendar where rather than picking dates to exclude, dates have to be picked to be included? So if say 08/02/2012 was added to the calendar, any triggers assigned to this calendar would only execute on this day.
If it’s not a built in feature, any ideas on how I could implement this?
I’ve managed to, rather easily, create my own calendar class that implements ICalendar and does exactly what I want – it was simply a case of copying and modifying the HolidayCalendar class in Quartz