toICal

converts scheduler's data to the ICal format

string toICal( [string header] );
headerstringsets the value for the content's header field
stringa data string in the ICal format

Example

var str = scheduler.toICal();
//or
var str = scheduler.toICal("My calendar");

Related samples

Details

The method requires the serialize plugin to be enabled.

Custom attributes are not supported.

See also
Back to top