HangFire vs Quarz.NET

HI all,

Is it possible to implement “holiday calendar” functionality, similar to quartz, using job filters?

Basically, I’d like to be able to specify a list of dates, and ensure that jobs won’t be processed on any of those dates. And I would like this to work for recurring jobs.