exports data from the Gantt chart to an iCal string
export | object | an object with export settings (see the details) |
gantt.exportToICal({
server:"https://myapp.com/myexport/gantt"
});
This method is defined in the export extension, so you need to include it on the page:
<script src="http://export.dhtmlx.com/gantt/api.js"></script>
Read the details in the Export/Import for Excel, Export to iCal article.
The exportToICal() method takes as a parameter an object with the following properties (optional):