getResourceCalendar

returns a calendar which the resource is assigned to

object getResourceCalendar(string | number | object resource);
resourcestring | number | objectthe id or object of the resource
objectthe calendar object

Available only in PRO Edition

Example

var calendar = gantt.getResourceCalendar(mikeCalendarId);

Details

This functionality is available in the PRO edition only.

See also
Change log

added in v7.0

Back to top