{
  "name": "Automate daily Outlook calendar digests to Microsoft Teams",
  "nodes": [
    {
      "id": "1a3eb8b0-1507-4c7f-9644-8779ab20a157",
      "name": "Get Calendar Events",
      "type": "n8n-nodes-base.microsoftOutlook",
      "position": [
        820,
        660
      ]
    },
    {
      "id": "9afa8efa-2154-4584-8476-52039358e03f",
      "name": "Create filter for \"TODAY\" value",
      "type": "n8n-nodes-base.code",
      "position": [
        640,
        660
      ]
    },
    {
      "id": "1eb47e59-e8d0-4f26-b647-8351d76d877a",
      "name": "Schedule every midnight",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        420,
        660
      ]
    },
    {
      "id": "17e80693-1187-4ccf-a4d6-1f08416421d4",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        200,
        460
      ],
      "parameters": {
        "width": 1380,
        "height": 480,
        "content": "## Automatically send your daily schedule to Teams\n1) \"Code\" node - setting TODAY value \n2) \"Microsoft Outlook\" node - set Resource as EVENT and operation as GET MANY \n3) \"Code\" node - HTML-formatted "
      }
    },
    {
      "id": "76ffe5c8-e99a-46c3-9576-2aaf6687e57e",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1660,
        420
      ],
      "parameters": {
        "width": 600,
        "height": 600,
        "content": "## Final Output\n### Received in teams chat \n📅 Meeting Time: 2025-07-08T13:00:00.0000000\n📝 Subject: Name of Example Meeting\n📄 Summary:\nAgenda:\n🟢 Quick check-in on project status\n📊 Review of key KPIs fr"
      }
    },
    {
      "id": "b2e1ec44-99c1-4476-82a8-53e27e270470",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -600,
        80
      ],
      "parameters": {
        "width": 700,
        "height": 1240,
        "content": "## Daily Summary of your Outlook calendar to MS Teams \n**No need to open your calendar – get a clear daily agenda delivered to your Teams channel. Use this workflow.**\n\n### About Workflow\nThis workflo"
      }
    },
    {
      "id": "5026f97a-712b-4c2a-87d4-ed0f84a7074a",
      "name": "Create chat message",
      "type": "n8n-nodes-base.microsoftTeams",
      "position": [
        1200,
        660
      ]
    },
    {
      "id": "a589e740-17df-4bce-a8d8-79e97e17261d",
      "name": "HTML format",
      "type": "n8n-nodes-base.code",
      "position": [
        1000,
        660
      ]
    }
  ],
  "connections": {
    "HTML format": {
      "main": [
        [
          {
            "node": "Create chat message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Microsoft Outlook": {
      "main": [
        [
          {
            "node": "HTML format",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule every midnight": {
      "main": [
        [
          {
            "node": "Create filter for \"TODAY\" value",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create filter for \"TODAY\" value": {
      "main": [
        [
          {
            "node": "Microsoft Outlook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}