{
  "name": "Automated daily Outlook calendar meeting digest",
  "nodes": [
    {
      "id": "c515d0b8-82f7-47f1-9a15-6867c69a8146",
      "name": "Microsoft Outlook",
      "type": "n8n-nodes-base.microsoftOutlook",
      "position": [
        480,
        0
      ]
    },
    {
      "id": "2c325199-8df6-4c6c-94d2-b54a6d407d27",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        260,
        0
      ]
    },
    {
      "id": "0b785775-6430-4fee-8603-e6527957560a",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        700,
        0
      ]
    },
    {
      "id": "9257dcb7-0605-4837-944b-97670cf53317",
      "name": "Send Email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1140,
        0
      ]
    },
    {
      "id": "571a1e32-3d86-4a2f-af35-439557423283",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        40,
        0
      ]
    },
    {
      "id": "649833a8-81e0-4bd2-ad8b-5982ce32fe11",
      "name": "Generate HTML",
      "type": "n8n-nodes-base.code",
      "position": [
        920,
        0
      ]
    },
    {
      "id": "ca74ba38-8661-45d1-9524-5ed4e978f6a2",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1060,
        160
      ],
      "parameters": {
        "width": 280,
        "height": 120,
        "content": "## Update Email Details\nchange email details to your sender and receiver email addresses."
      }
    },
    {
      "id": "430f51b0-af72-4604-a00e-0d76bb45659c",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -20,
        -180
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": "## Update Time\nconfigure the default time, when this workflow should trigger"
      }
    }
  ],
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "Microsoft Outlook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields": {
      "main": [
        [
          {
            "node": "Generate HTML",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate HTML": {
      "main": [
        [
          {
            "node": "Send Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Microsoft Outlook": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}