returns a calendar which the resource is assigned to
resource | string | number | object | the id or object of the resource |
object | the calendar object |
Available only in PRO Edition
var calendar = gantt.getResourceCalendar(mikeCalendarId);
This functionality is available in the PRO edition only.
added in v7.0
Back to top