node-red-contrib-microsoft-teams-tasks
v0.1.6
Published
node-red-contrib-microsoft-teams-tasks
Downloads
13
Readme
node-red-contrib-microsoft-teams-tasks
A Node-RED node for create task to planner.
Pre-requisites
Install
This node-red-contrib-microsoft-teams-tasks
is implemented according to the create task
specification.
npm node-red-contrib-microsoft-teams-tasks
Usage
Properties
You can regis for setting properties and authen APP here
Microsoft
perform authentication with app.
Plan
Bucket
Title Start date
Due date
Inputs
message
*required
The line message is passed by msg.payload. It consists of an object that contains the following properties:
msg.payload : "content": { "title": "Task 001", "startDateTime": "2021/12/22", "dueDateTime": "2021/12/26" }
Outputs
The processing result is passed by msg.payload with OK or Fail status