{
  "name": "Auto-sync Easy Redmine tasks to Microsoft To-Do",
  "nodes": [
    {
      "id": "9881a903-5665-4cab-909c-33ace2e1449d",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -624,
        160
      ]
    },
    {
      "id": "33b91048-42f0-4355-810a-c0f60fd0c56e",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1616,
        -400
      ],
      "parameters": {
        "width": 640,
        "height": 1600,
        "content": "## Auto-Sync Easy Redmine Tasks to Microsoft To-Do  \n**Automatically sync filtered Easy Redmine tasks into a specific Microsoft To Do list, ensuring your task list stays current and clean.**\n\n### Abou"
      }
    },
    {
      "id": "9c14d374-b5ac-4e41-8aa9-c3215e5f916f",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -848,
        -384
      ],
      "parameters": {
        "width": 1872,
        "height": 832,
        "content": "## Auto-Sync Easy Redmine Tasks to Microsoft To-Do  \n**1) \"Schedule Trigger\" – run the workflow daily at a chosen time**  \n**2) \"Get all tasks from Microsoft To Do list\" – clear existing tasks to avoi"
      }
    },
    {
      "id": "6625c1e4-095f-4854-aa2b-d49572ee0a0f",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1104,
        -368
      ],
      "parameters": {
        "width": 512,
        "height": 368,
        "content": "## Final Output Example (Microsoft To-Do)\n\nA new task will be created in Microsoft To-Do with the following fields synced from Easy Redmine:\n\n---\n\n### 📝 **Task:** Test  \n**🆔 Redmine Issue ID:** [1354]"
      }
    },
    {
      "id": "05c99cdc-59d3-4e8a-8f3e-efc4aadedc3e",
      "name": "Get To-Do in Specific List",
      "type": "n8n-nodes-base.microsoftToDo",
      "position": [
        -400,
        160
      ]
    },
    {
      "id": "b60846a5-08d2-4f9b-9861-e59bfa9a7b83",
      "name": "Clean To-Do List",
      "type": "n8n-nodes-base.microsoftToDo",
      "position": [
        -192,
        160
      ]
    },
    {
      "id": "d8e153e3-d025-4f13-96be-ea7535791d3d",
      "name": "Just One Output after Deletion",
      "type": "n8n-nodes-base.code",
      "position": [
        96,
        -48
      ]
    },
    {
      "id": "b9eb8111-45d2-41b7-a360-8d1fb5e05dd7",
      "name": "Get Easy Redmine Task by Filter",
      "type": "@easysoftware/n8n-nodes-easy-redmine.easyRedmine",
      "position": [
        96,
        176
      ]
    },
    {
      "id": "c728b2f2-a159-4d10-b2ac-7ae6fccc7589",
      "name": "Split Out Tasks",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        288,
        176
      ]
    },
    {
      "id": "dc827f02-f252-4d32-8fc4-7a5f3c32e042",
      "name": "Add Easy Redmine Task Link to To-Do Description",
      "type": "n8n-nodes-base.code",
      "position": [
        480,
        176
      ]
    },
    {
      "id": "cb10ba1e-f154-4ca3-a694-2d6b82cdd245",
      "name": "Create To-Do Tasks",
      "type": "n8n-nodes-base.microsoftToDo",
      "position": [
        672,
        176
      ]
    }
  ],
  "connections": {
    "Split Out Tasks": {
      "main": [
        [
          {
            "node": "Add Easy Redmine Task Link to To-Do Description",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Clean To-Do List": {
      "main": [
        [
          {
            "node": "Just One Output after Deletion",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Get Easy Redmine Task by Filter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Get To-Do in Specific List",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get To-Do in Specific List": {
      "main": [
        [
          {
            "node": "Clean To-Do List",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Just One Output after Deletion": {
      "main": [
        [
          {
            "node": "Get Easy Redmine Task by Filter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Easy Redmine Task by Filter": {
      "main": [
        [
          {
            "node": "Split Out Tasks",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Add Easy Redmine Task Link to To-Do Description": {
      "main": [
        [
          {
            "node": "Create To-Do Tasks",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}