{
  "name": "Post new Google Calendar events to Telegram",
  "nodes": [
    {
      "id": "be284a6b-7daf-48c8-99af-e939ecb96f32",
      "name": "Google Calendar Trigger",
      "type": "n8n-nodes-base.googleCalendarTrigger",
      "position": [
        100,
        80
      ]
    },
    {
      "id": "978e80b6-9b18-4fec-87e8-17fa2335ef48",
      "name": "Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        400,
        80
      ]
    },
    {
      "id": "f8027fbe-2b57-4b5a-a29b-22b9af27c67c",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": 640,
        "height": 260,
        "content": "## Post new Google Calendar events to Telegram\n"
      }
    },
    {
      "id": "fd1e60e1-5c4a-439b-84fb-26e5da20ba13",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        280
      ],
      "parameters": {
        "width": 640,
        "height": null,
        "content": "## Description\nThis n8n workflow automatically sends a Telegram message whenever a new event is added to Google Calendar. It extracts key event details such as event name, description, event creator, "
      }
    }
  ],
  "connections": {
    "Google Calendar Trigger": {
      "main": [
        [
          {
            "node": "Telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}