Details
Description
I'd like to ask that CronTrigger supports a "Repeat Count" feature in the same way that SimpleTrigger already does - by the means of simpleScheduler().withRepeatCount.
The motivation is that we are building a calendar system on top of quartz and the users have the possibility to schedule meeting on complex agendas (as beautifully supported by cronTrigger) and repeat these meetings for 5 times, let's say.
Currently we are calculating and using the end date based on the number of repetitions, which works but is not elegant and not error free.
Thanks