Recurring events not opening

I’m having a problem with the recurring events, when I add a recurring event it’s working perfect, but when I want to change this event the recurring button isn’t working anymore.

Button will be active only if you are choosing to edit “whole seria”.
When editing a single occurrence of recurring event it doesn’t show recurring section, but looks as normal event.

I don’t get the question of I want to edit the whole serie.

The confirmation appears only for details-form, it will not appear if you are using inline editing ( which is counted as single-event edit )

Beware that if you have moved any instance of recurring event - it becomes separate from seria, and editing it will not ask any confirmations.

No it’s directly when I saved the recurring event, when I open the detail form again, I can’t click te recurring button. I’m using it together with the unit view, is this a problem?

The usage of unit-view must not cause such effect ( at least it works correctly with recurring events, during local tests )

Do you have any kind of demo link, where issue can be checked?

I’ve send you a PM with the demolocation, would you please look at this?

You are overriding showLightbox method , which is not breaking anything, but in case of recurring events you are losing the ability to select do you want to edit whole seria or only selected event.

Try to replace the next line in your code

scheduler.showLightbox=function(id){ 

as

scheduler.showLightbox_rec=function(id){ 

Thank you very much, this is working!

Thanks!

It’s not completly working correctly, I now can edit a recurring item, but when I saved it, the endtime is 00:00. Please take a look at the demolink.

Data , which was sent to server side after editing - seems correct

31567_!nativeeditor_statu… updated
31567_end_date 9999-02-01 00:00
31567_event_length 4500
31567_event_pid 0
31567_id 31567
31567_rec_pattern week_1___1,2,3,4,5
31567_rec_type week_1___1,2,3,4,5#no
31567_start_date 2010-02-08 17:15
31567_text

The end-date for recurring event, is a date when recurring is stoped ( for event with no-end-date - it some point in distant future ), so its time doesn’t matter. End time is calculated as
start_date + event_lentgh
event_length - length of event in seconds
4500 = 1h 15 min