Serializes the schedule into a JSON string.
Namespace: MindFusion.Scheduling
Assembly: Schedule.js
JavaScript
![]() |
---|
function toJson () |
String. A string containing the schedule's JSON representation.
The following code shows you how to save the schedule to a JSON file:
JavaScript
![]() |
---|
var xmldoc = calendar.schedule.toJson(); |