Add default task list when adding a show
You can now configure a default task list to be added to the show.
You can configure parameters like offset of the task to the showtime or description / assignee etc.
Sample config:
{
"tasks":[
{
"name":"Arrival",
"description":"Arrival at pickup location",
"location":"Bahnhof XX",
"type":"11",
"assignee":"688",
"offset":"-300",
"duration":"0"
},
{
"name":"Get In",
"description":"Get in at festival center",
"location":"Festival Center",
"type":"11", //ID of the task type (visible in the company settings)
"assignee":"688", // ID of the assignee (visible in the contact list)
"offset":"-300",
"duration":"0"
}
// add as many tasks as you need per default....
}
No responses yet