Serializes the schedule into a JSON string.
Namespace: MindFusion.Scheduling
File: Schedule.js
SyntaxJavaScript
Copy Code
|
|---|
function toJson () |
String. A string containing the schedule's JSON representation.
ExampleThe following code shows you how to save the schedule to a JSON file:
JavaScript
Copy Code
|
|---|
| var xmldoc = calendar.schedule.toJson(); |
See Also