I seem to be a little confused. I have the Scheduler working with a form and the form adds events to an xml file. However, I do not know how to add an event to the xml file based on the user just clicking the scheduler to add the event. The same goes for people deleting events. Can anyone help me on this?
To save created\deleted events you should integrate your Scheduler with server side. Please find tutorial here dhtmlx.com/dhxdocs/doku.php?id=d … ntegration
Is there anyway to save the events with JUST xml and not SQL or Oracle or anything like the articles talk about?