node-red-contrib-microsoft-teams-tasks 0.1.6

node-red-contrib-microsoft-teams-tasks

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

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

Node Info

Version: 0.1.6
Updated 3 years, 9 months ago
License: MIT
Rating: 0.0

Categories

Actions

Rate:

Downloads

16 in the last week

Nodes

  • microsoft-create-task
  • microsoft-credentials
  • Microsoft Auth

Keywords

  • node-red

Maintainers