Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting task notes when using the "create Wunderlist task" node #1

Open
khromov opened this issue Aug 11, 2016 · 1 comment
Open

Setting task notes when using the "create Wunderlist task" node #1

khromov opened this issue Aug 11, 2016 · 1 comment

Comments

@khromov
Copy link

khromov commented Aug 11, 2016

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?

@cowchimp
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants