Mark Hindess

Results 15 comments of Mark Hindess

I've written up what I am thinking of doing but I've not fixed this code to match what I've written yet. -Mark.

> The most confusing one is the Dropbox query node. The first sentence of the description says "Dropbox input node". I intended it to match the equivalent file node. So,...

I think they are two different things. A query node that returns all (recent) results and a polling node that only fires for new/updated results. I think we probably want...

@knolleary: I've not made up my mind. However, it might be useful to consider a use case such as how would you write a flow that begins with an inject...

> In the case of multiple messages, there is also the question of whether it should call node.send multiple times, or call node.send once with an array of messages. The...

There isn't an api to do appending so you'd need to download the current copy, keeping it locally and upload the whole thing each time you extend it, so I'd...

The syntax of the [quick add](https://developers.google.com/google-apps/calendar/v3/reference/events/quickAdd) text field supports "what", "when", "where" and "who". So you could set `msg.payload = "coffee at 8am in hursley with [email protected]"` and it should...

I'm happy with the initial implementation in #18. Items that I still intend to work on are: - [x] Support rich insert requests - [x] Support sendNotification - via. msg...

@knolleary, @hbeeken I've updated the description of the query node. I'm struggling to decide what should be in the payload. I'm also not sure what to do with the string...

I'm initially going to write an AWS node to maintain the credentials (and potentially other shared but overrideable configuration like region) and an S3 node that uses this. Perhaps this...