8
n8n 中文网amn8n.com

使用 Google Calendar、GPT-3.5 和 Notion 生成 7 天活动计划

中级

这是一个Personal Productivity, Multimodal AI领域的自动化工作流,包含 6 个节点。主要使用 HubGPT, Notion, EmailSend, ItemLists, GoogleCalendarTrigger 等节点。 使用 Google Calendar、GPT-3.5 和 Notion 生成 7 天活动计划

前置要求
  • Notion API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移

无法加载工作流预览

导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "name": "使用 Google Calendar、GPT-3.5 和 Notion 生成 7 天活动计划",
  "tags": [
    "event-planning",
    "google-calendar",
    "notion",
    "gpt-3.5",
    "ai-automation",
    "n8n-workflow",
    "homemaker-tools",
    "solopreneur"
  ],
  "nodes": [
    {
      "name": "Google Calendar 触发器",
      "type": "n8n-nodes-base.googleCalendarTrigger",
      "position": [
        250,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "HubGPT:生成准备计划",
      "type": "n8n-nodes-base.hubGPT",
      "position": [
        450,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Notion:创建活动页面",
      "type": "n8n-nodes-base.notion",
      "position": [
        650,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "项目列表:拆分任务",
      "type": "n8n-nodes-base.itemLists",
      "position": [
        850,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Notion:添加任务行",
      "type": "n8n-nodes-base.notion",
      "position": [
        1050,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "邮件:发送确认",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1250,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "parallel"
  },
  "connections": {
    "Notion: Add Task Row": {
      "main": [
        [
          {
            "node": "Email: Send Confirmation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Calendar Trigger": {
      "main": [
        [
          {
            "node": "HubGPT: Generate Prep Plan",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Item Lists: Split Tasks": {
      "main": [
        [
          {
            "node": "Notion: Add Task Row",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notion: Create Event Page": {
      "main": [
        [
          {
            "node": "Item Lists: Split Tasks",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HubGPT: Generate Prep Plan": {
      "main": [
        [
          {
            "node": "Notion: Create Event Page",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

中级 - 个人效率, 多模态 AI

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量6
分类2
节点类型5
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

作者
Shelly-Ann Davy

Shelly-Ann Davy

@SheCodesFlow

Founder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”

外部链接
在 n8n.io 查看

分享此工作流