Can recurring events be displayed as separate events?

Hi

I’m using the scheduler to create a lesson timetable and most of the times teachers will create recurring events. On pupil view(read only) I want pupils to see the events as separate entities( at the moment recurring events are displayed as a long line at the top).

So, if this lesson is scheduled for every Monday of the week at 10 AM, I want it displayed on pupil view every Monday at 10 AM.

Is there any option I can use?

Thanks

I have imported ‘codebase/ext/dhtmlxscheduler_recurring.js’ on the page and it makes no difference.

Hi,
please be sure to add “dhtmlxscheduler_recurring.js” extension on the read-only page.

O,
you have anticipated my post. Could you give us a link to inspect the issue? With “dhtmlxscheduler_recurring.js” extension included on the page the series should be parsed on separate entities.

I’ve made a test page: school360dev.school360.co.uk/sch … pupil.html

I’ve found the problem:
Missing rec_type,event_pid,event_length in render_table :stuck_out_tongue: