Can't I save an event on the webpage?

The delete button is perfectly work on the web page, but saving a new event doesn’t work.
How can I save a new event to xml file on the web page?

My code is here.

mainCalendar.jsp

html,body { margin: 0px; padding: 0px; height: 500; overflow: hidden; }
 
 

If you want just send xml data from server - check the next
docs.dhtmlx.com/scheduler/export … xporttoxml
docs.dhtmlx.com/scheduler/sample … e_xml.html

thx. it is really helpful for me.

But i followed the instruction, it doesn’t work at all.

Be sure that you have the next script tag on the page ( after dhtmlxscheduler.js )

<script src='codebase/ext/dhtmlxscheduler_serialize.js'></script>