Lightbox multiple Inserts

is it possible when i got data in lightbox

start_date: “16-06-2013 09:00”,
end_date: “18-06-2013 12:00”,
text: “Meeting”,
holder: “John”, //userdata
room: “5” //userdata

That i got 5 Inserts (one for every Day) in the DB

hi,
you can capture onEventSave event (triggered when user clicks Save) and insert needed events via public api of scheduler
docs.dhtmlx.com/scheduler/api__s … event.html
docs.dhtmlx.com/scheduler/api__s … event.html

Or use recurring events - although it will create a single record for 5 occurrences series
docs.dhtmlx.com/scheduler/recurring_events.html

Genius thanx helps alot