Support for Excluding a Date in recurring rules?

I was wondering if there was anyway to specify dates to exclude in the recurring rules (equivalent to iCal’s EXDATE)? If not, any plans to add it or would it be possible to get a non-minified version of the recurring extension to mod it myself?

There is no way to define such rules directly during new event creation, but after event is created, you can just delete unwanted occurrences.

I think there could be something added to the scheduler.repeat_date which could have it skip a date instead of adding it to the array, but it is kind of hard to tell working from the minified version.  Could I get the original/debug version?

Full version of code is located in “sources” folder. ( sources/recurring.js )