mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(Microsoft To Do Node): Add an option to set a reminder when creating a task (#5757)
This commit is contained in:
committed by
GitHub
parent
2e8dfb86d4
commit
b19833d673
@@ -105,6 +105,13 @@ export const taskFields: INodeProperties[] = [
|
||||
default: '',
|
||||
description: 'The date in the specified time zone that the task is to be finished',
|
||||
},
|
||||
{
|
||||
displayName: 'Reminder',
|
||||
name: 'reminderDateTime',
|
||||
type: 'dateTime',
|
||||
default: '',
|
||||
description: 'The date in the specified time zone that the task is to be reminded',
|
||||
},
|
||||
{
|
||||
displayName: 'Importance',
|
||||
name: 'importance',
|
||||
|
||||
Reference in New Issue
Block a user