Default settings in recurring events

Hi!
I want to know if I can change the default settings of recurring events when they are enabled on the lightbox?

For example, if I create an event and I click the button “Disabled” (which changes to “Enabled”) on the “Repeat event”, then will select the radiobutton “Monthly” by default.


Is it possible to modify this default selection for select in “Daily”, “Weekly” or “Yearly” instead of “Monthly”?

Thanks!

At end of ext/dhtmlxscheduler_recurring.js is an HTML template, that is used for the recurring form. You can move “checked” attributes there to the necessarry default values.

Great, thanks!