toXML

converts scheduler's data into the XML format

string toXML();
stringa data string in the XML format

Example

var str = scheduler.toXML();

Related samples

Details

The method requires the serialize plugin to be enabled.

  • Custom attributes can be configured if necessary.
  • The method can be used with recurring events.
Back to top