description:`Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.`,
},
{
displayName:'Due Date Time',
name:'dueDateTime',
type:'dateTime',
default:'',
description:`Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.`,
},
{
displayName:'Labels',
name:'labels',
type:'multiOptions',
typeOptions:{
loadOptionsMethod:'getLabels',
loadOptionsDependsOn:[
'planId',
],
},
default:[],
description:`Percentage of task completion. When set to 100, the task is considered completed.`,
},
{
displayName:'Percent Complete',
name:'percentComplete',
type:'number',
typeOptions:{
minValue: 0,
maxValue: 100,
},
default:0,
description:`Percentage of task completion. When set to 100, the task is considered completed.`,
description:`Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.`,
},
{
displayName:'Bucket ID',
name:'bucketId',
type:'string',
default:'',
description:'Channel name as it will appear to the user in Microsoft Teams.',
},
{
displayName:'Due Date Time',
name:'dueDateTime',
type:'dateTime',
default:'',
description:`Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.`,
},
{
displayName:'Group ID',
name:'groupId',
type:'string',
default:'',
},
{
displayName:'Labels',
name:'labels',
type:'multiOptions',
typeOptions:{
loadOptionsMethod:'getLabels',
loadOptionsDependsOn:[
'planId',
],
},
default:[],
description:`Percentage of task completion. When set to 100, the task is considered completed.`,
},
{
displayName:'Percent Complete',
name:'percentComplete',
type:'number',
typeOptions:{
minValue: 0,
maxValue: 100,
},
default:0,
description:`Percentage of task completion. When set to 100, the task is considered completed.`,
},
{
displayName:'Plan ID',
name:'planId',
type:'string',
default:'',
description:'Channel name as it will appear to the user in Microsoft Teams.',