Saves the schedule to an XML file.
Namespace: MindFusion.Scheduling
File: Schedule.js
JavaScript Copy Code |
---|
function saveToXml (url) |
String. A URL specifying where the schedule's XML should be posted to.
The following code shows you how to save the schedule to an XML document:
JavaScript Copy Code |
---|
calendar.schedule.saveToXml("data1.xml"); |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |