设置用于将日历关联到任务或任务组的属性名称
gantt.config.calendar_property = "property_name";
在版本4.2中引入
默认情况下,此选项设置为 "calendar_id"。
{
"id":2,
"calendar_id":"custom",
"text":"Task #1",
"start_date":"02-04-2013",
"duration":"8",
"parent":"1",
"progress":0.5,
"open": true
}