Is it possible to create a date in JodaTime and then make Quartz schedule the job using the JodaTime object? Can we give a Period jodaPeriod to Quartz API in order to run a task
The AxonFramework has a QuartzEventScheduler which looks like it does what you want.
Here's the downlaod page and it's under the Apache 2.0 license.