toICal(url, mode)

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

Convert current view to PDF ( can be used for printing )

  • url - url of server side part of PDF converter
  • mode - optional, color mode, can be “color”,”gray”,”bw”
	scheduler.toPDF("./service/generate.php","color");