michaelklishin / quartz-mongodb

A MongoDB-based store for the Quartz scheduler. This fork strives to be as feature complete as possible. Originally by MuleSoft.
Other
248 stars 203 forks source link

Implement CalendarDao.retrieveCalendar() #115

Closed edjannoo closed 8 years ago

edjannoo commented 8 years ago

CalendarDao.retrieveCalendar() was not implemented which meant that a job could not refer to a calendar. Implementing this allows, for example, a recurring job to be created that uses a HolidayCalendar to determine dates to be skipped.

pwojnowski commented 8 years ago

Thank you! :+1: