toICal(header)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxscheduler_serialize.js

Return data from the scheduler, as ICal string

  • header - optional text string, which will be used as calendar's name
	var str = scheduler.toICal();
	//or
	var str = scheduler.toICal("My calendar");

Custom attributes are not supported.