0.1.6 • Published 2 years ago

node-red-contrib-microsoft-teams-tasks v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

    1) message *required

      The line  message is passed by msg.payload.  It consists of an object that contains the following properties:
    
      ```json
      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

0.1.0

2 years ago

0.0.3

2 years ago

0.1.1

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.1.3

2 years ago

0.0.4

2 years ago

0.1.6

2 years ago

0.0.7

2 years ago

0.1.5

2 years ago

0.0.6

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago