Saves the schedule to an XML file.
Namespace: MindFusion.Scheduling
Assembly: Schedule.js
SyntaxJavaScript
Copy Code
|
|---|
function saveToXml (url) |
String. A URL specifying where the schedule's XML should be posted to.
ExampleThe following code shows you how to save the schedule to an XML document:
JavaScript
Copy Code
|
|---|
| calendar.schedule.saveToXml("data1.xml"); |
See Also