You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't seem to be possible to set a task note when using this package. Is that something planned for further development? Would you be interested in a PR?
The text was updated successfully, but these errors were encountered:
Hi.
I wasn't planning on adding this functionality because I don't really use Notes in Wunderlist, so would gladly accept a PR.
I took a look at the Wunderlist API and it looks like there's no way to add a Note in the same API call when adding a new Task. Instead you need to create the Task, and then issue a different call to create the Note.
So I'm wondering what the best way to support this would be:
To add a Note field to the "create Task" node, and handle the two API calls for the user as part of what the node does.
Or, to just create a "create Note" node that does just that and the user needs to pass in the Task ID either in a text field or as a property of the incoming msg.
WDYT?
It doesn't seem to be possible to set a task note when using this package. Is that something planned for further development? Would you be interested in a PR?
The text was updated successfully, but these errors were encountered: