Recurring events in timeline view?

Hello

is it possible to have recurring events when using timeline view?
I’m including the recurring javascript file, but the recurring part does not appear in the lightbox.

Thanks

Hello,
recurring events can be used in all views.

Probably you have redefined the lightbox configuration, you can add recurring control manually:

scheduler.config.lightbox.sections = [ {name:"description", height:130, map_to:"text", type:"textarea" , focus:true}, {name:"recurring", type:"recurring", map_to:"rec_type", button:"recurring"}, {name:"time", height:72, type:"time", map_to:"auto"} ];

Hello

yes! I was following your timeline demo and didn’t realize, that the lightbox is redefined there.

Thanks a lot!