Google日历管理工作流
中级
这是一个AI Chatbot, Multimodal AI领域的自动化工作流,包含 7 个节点。主要使用 Agent, ChatTrigger, LmChatOpenAi, ToolWorkflow, MemoryBufferWindow 等节点。 使用GPT-4o虚拟助手(编排器)管理Google日历事件
前置要求
- •OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "BEJjQAqk5n3Yc0Q4",
"meta": {
"instanceId": "146ab8f1ce0cef4bd9c6b91db262ad7cd77638e200455d5838ba053a27e415bc",
"templateCredsSetupCompleted": true
},
"name": "ca7ai Google_Calendar_workflow",
"tags": [],
"nodes": [
{
"id": "a0403acd-098a-491b-bf2b-0a55fac37560",
"name": "当收到聊天消息时",
"type": "@n8n/n8n-nodes-langchain.chatTrigger",
"position": [
0,
0
],
"webhookId": "c7cc7c8c-c07b-44ca-9108-052810da3ee0",
"parameters": {
"options": {}
},
"typeVersion": 1.3
},
{
"id": "2c770716-4b5c-491e-ab26-120b34452558",
"name": "AI Agent",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
208,
0
],
"parameters": {
"options": {
"systemMessage": "You are Albert, a helpful google calendar assistant. You are to use the \"sub_agent_cal\" to get calendar events, create calendar events, and delete calendar events."
}
},
"typeVersion": 2.2
},
{
"id": "5cd09248-ed99-456e-8d66-9b81241aa1db",
"name": "OpenAI Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
80,
208
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4o-mini",
"cachedResultName": "gpt-4o-mini"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "fYx3byxTFkzmN2m2",
"name": "OpenAi account"
}
},
"typeVersion": 1.2
},
{
"id": "0b829bdb-c01c-4985-baaf-61527793ada1",
"name": "Simple Memory",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
224,
208
],
"parameters": {},
"typeVersion": 1.3
},
{
"id": "0aa51268-61c0-411b-bdd7-4fd2a241c895",
"name": "sub_agent_cal",
"type": "@n8n/n8n-nodes-langchain.toolWorkflow",
"position": [
528,
176
],
"parameters": {
"workflowId": {
"__rl": true,
"mode": "list",
"value": "41tGOnU3hN9zjJln",
"cachedResultName": "Google_Cal_sub_agent"
},
"description": "=此工作流有助于管理 Google Calendar 事件。",
"workflowInputs": {
"value": {
"text": "={{ $json.chatInput }}",
"session_id": "={{ $json.sessionId }}"
},
"schema": [
{
"id": "text",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "text",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "session_id",
"type": "string",
"display": true,
"required": false,
"displayName": "session_id",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
}
},
"typeVersion": 2.2
},
{
"id": "189828ba-266e-4c4b-8db0-6b9c0a2550ae",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-480,
0
],
"parameters": {
"color": 4,
"width": 336,
"height": 176,
"content": "🟢 父级 — 聊天入口"
},
"typeVersion": 1
},
{
"id": "c74d95ad-d8ad-4082-9ee3-bfa4effed6c8",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-480,
208
],
"parameters": {
"width": 336,
"height": 112,
"content": "🔗 编排流程"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "99ffa58b-9bb1-4adb-a009-abc2d61ca3f7",
"connections": {
"Simple Memory": {
"ai_memory": [
[
{
"node": "AI Agent",
"type": "ai_memory",
"index": 0
}
]
]
},
"sub_agent_cal": {
"ai_tool": [
[
{
"node": "AI Agent",
"type": "ai_tool",
"index": 0
}
]
]
},
"OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"When chat message received": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - AI 聊天机器人, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
ca7ai Google日历子代理
使用OpenAI助手管理Google日历事件(获取、创建、删除)
Agent
Google Calendar Tool
Lm Chat Open Ai
+3
9 节点Calistus Christian
AI 聊天机器人
基于 GPT-4、Stripe 和 CRM 集成的 WooCommerce 对话式销售代理
基于 GPT-4、Stripe 和 CRM 集成的 WooCommerce 对话式销售代理
Set
Google Drive
Http Request
+16
27 节点Cong Nguyen
AI 聊天机器人
ServiceNow L1支持代理
基于GPT-4的ServiceNow聊天分流——事件与请求路由
Service Now
Http Request
Agent
+7
15 节点Tushar Mishra
AI 聊天机器人
使用GPT-5 Nano多语言聊天机器人自动处理电商客户支持
使用GPT-5 Nano多语言聊天机器人自动处理电商客户支持
Set
Merge
Split Out
+6
13 节点Robert Breen
AI 聊天机器人
智能聊天机器人
使用GPT-5-nano、网络搜索和对话记忆构建智能聊天机器人
Chat
Agent
Http Request Tool
+4
13 节点Oriol Seguí
杂项
LeadBot 自动驾驶 — Salesforce 聊天转线索
基于 Salesforce 和 GPT 的对话式线索捕获与日程安排
Slack Tool
Email Send Tool
Salesforce Tool
+7
25 节点Le Nguyen
AI 聊天机器人
工作流信息
难度等级
中级
节点数量7
分类2
节点类型6
作者
Calistus Christian
@ca7aiAutomation strategist and AI workflow architect creating intelligent, agent-driven processes that streamline operations. I build advanced n8n solutions integrating AI, cloud services, and real-time data orchestration for scalable impact. Explore my free workflows to get started. Premium, custom-built solutions are also available. Connect with me on LinkedIn for tailored automation expertise.
外部链接
在 n8n.io 查看 →
分享此工作流