{
  "name": "Daily calendar digest: Format Google Calendar events with Claude 3.5 Sonnet for Telegram",
  "nodes": [
    {
      "id": "708c9698-7dae-4355-928f-a91c39d41441",
      "name": "Anthropic Chat Model1",
      "type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
      "position": [
        896,
        272
      ]
    },
    {
      "id": "0110b3a5-3120-40c5-8783-6791348c8ed5",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -384,
        -128
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": "## Set a time\nSet a time when you want to get a reminder"
      }
    },
    {
      "id": "dfce79da-79cf-49f8-90f9-a0075872bc5d",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -128,
        -176
      ],
      "parameters": {
        "width": 400,
        "height": 368,
        "content": "## Get all events for that day\nBy using 'get many events' and the time schedule, you get events for the current day.\n\n## Get ID, event, and time\nYou get the event, ID, and time of the events."
      }
    },
    {
      "id": "e9eb3b68-54c4-4e19-8123-dc11b2abf725",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        320,
        -176
      ],
      "parameters": {
        "width": 400,
        "height": 368,
        "content": "## Combine all data into one\nBy aggregating and editing fields into a string"
      }
    },
    {
      "id": "0561b03a-41de-45b2-9295-60dc773474ad",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        768,
        -80
      ],
      "parameters": {
        "width": 640,
        "height": 272,
        "content": "## Important extract of data\n\nAnd send it via Telegram"
      }
    },
    {
      "id": "92e643c7-da9c-4f25-8ba2-c8fad44b4109",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -320,
        48
      ]
    },
    {
      "id": "1660332e-a135-4c8d-aed3-f36eee30ca91",
      "name": "Get many events",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        -96,
        48
      ]
    },
    {
      "id": "4852fca5-856e-4ad2-ad09-9c3bfef3a0fa",
      "name": "ID, Summary, Time",
      "type": "n8n-nodes-base.set",
      "position": [
        128,
        48
      ]
    },
    {
      "id": "f147f0dd-eb9d-45ee-9076-14a68e83cdb1",
      "name": "Combine data",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        352,
        48
      ]
    },
    {
      "id": "6d8f26f7-8f86-443c-9cc4-c5b8ccf01730",
      "name": "Get string",
      "type": "n8n-nodes-base.set",
      "position": [
        576,
        48
      ]
    },
    {
      "id": "47c10230-261a-435e-8264-4afa763dd80d",
      "name": "Event extractor",
      "type": "@n8n/n8n-nodes-langchain.informationExtractor",
      "position": [
        800,
        48
      ]
    },
    {
      "id": "ec0b2302-f893-4432-b72c-112cfcbcf690",
      "name": "Send a text message",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1216,
        48
      ]
    }
  ],
  "connections": {
    "Get string": {
      "main": [
        [
          {
            "node": "Event extractor",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Combine data": {
      "main": [
        [
          {
            "node": "Get string",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Event extractor": {
      "main": [
        [
          {
            "node": "Send a text message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get many events": {
      "main": [
        [
          {
            "node": "ID, Summary, Time",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Get many events",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ID, Summary, Time": {
      "main": [
        [
          {
            "node": "Combine data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Anthropic Chat Model1": {
      "ai_languageModel": [
        [
          {
            "node": "Event extractor",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}