Search
Schedule.saveToXml Method
See Also
 






Saves the schedule to an XML file.

Namespace: MindFusion.Scheduling
File: Schedule.js

 Syntax

JavaScript  Copy Code

function saveToXml (url)

 Parameters

url

String. A URL specifying where the schedule's XML should be posted to.

 Example

The following code shows you how to save the schedule to an XML document:

JavaScript  Copy Code
calendar.schedule.saveToXml("data1.xml");

 See Also