Recurring events not rendering correctly

Why when using a custom recurring event (LightBoxRecurringBlock) do I obtain a result like the one on pic1 ???
instead of the one in pic 2???
All I did was to set the recurrence like in pic 3
My code is like this:

should I set something else?
I noticed that the sample “Recurring events” from the mvc samples archive will ask for “Edit series”, “Edit occurence”
I notice my scheduler instead just ask “Do you want to edit the whole set of repeated events”





Try adding LightBoxRecurringBlock before the LightboxTime. Currently client-side scheduler requires recurring control to go before the timepicker

Thanks it worked!