calendar_property

Ändert den Namen der Eigenschaft, die die Bindung eines Kalenders an eine Aufgabe/eine Gruppe von Aufgaben beeinflusst.

string calendar_property;

Example

gantt.config.calendar_property = "property_name";

Details

Hinzugefügt in Version 4.2

Der Standardwert der Option ist "calendar_id".

{
    "id":2, 
    "calendar_id":"custom", 
    "text":"Aufgabe #1", 
    "start_date":"02-04-2013", 
    "duration":"8", 
    "parent":"1", 
    "progress":0.5, 
    "open": true
}
See also
Zurück nach oben