Multiple resoruces + Recurring Events possible?

Hello
is it possible to use multiple resources and recurring together ? is there a demo ?

Kind regards, metamagix

There is no ready to use sample, but yes it is possible ( there are known succesfull implementations of such functionality ) - just include and configure both extensions

Thank you! I used this Code then it worked.

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