I was wondering how I might take a CronTrigger and add an extra one-off firing such that I can iterate over the firing times as I might with the getFileTimeAfter(Date) method
Say if I had a CronTrigger expressed by: "0 0 12 * * ?"
How might I add one additional firing as might be expressed by a SimpleTrigger with no repeat?