exports data from the Gantt chart to an iCal string
export | object | optional, 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 activate the export_api plugin. 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):