node-red-contrib-microsoft-teams-tasks

0.1.6 • Public • Published

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:

      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

Readme

Keywords

Package Sidebar

Install

npm i node-red-contrib-microsoft-teams-tasks

Weekly Downloads

4

Version

0.1.6

License

MIT

Unpacked Size

218 kB

Total Files

13

Last publish

Collaborators

  • lqtruong270797