将新的Google Calendar事件发布到Telegram
初级
这是一个Other, Building Blocks领域的自动化工作流,包含 4 个节点。主要使用 Telegram, GoogleCalendarTrigger 等节点。 将新的Google Calendar事件发布到Telegram
前置要求
- •Telegram Bot Token
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "CoYwFuZTq5kUuiba",
"meta": {
"instanceId": "14e4c77104722ab186539dfea5182e419aecc83d85963fe13f6de862c875ebfa"
},
"name": "将新的 Google Calendar 事件发布到 Telegram",
"tags": [],
"nodes": [
{
"id": "be284a6b-7daf-48c8-99af-e939ecb96f32",
"name": "Google Calendar 触发器",
"type": "n8n-nodes-base.googleCalendarTrigger",
"position": [
100,
80
],
"parameters": {
"options": {},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"triggerOn": "eventCreated",
"calendarId": {
"__rl": true,
"mode": "list",
"value": "",
"cachedResultName": ""
}
},
"credentials": {
"googleCalendarOAuth2Api": {
"id": "",
"name": ""
}
},
"typeVersion": 1
},
{
"id": "978e80b6-9b18-4fec-87e8-17fa2335ef48",
"name": "Telegram",
"type": "n8n-nodes-base.telegram",
"position": [
400,
80
],
"webhookId": "dbb6a96e-db3b-4827-9455-a91007b89616",
"parameters": {
"text": "=Event Name: {{ $json.summary }}\nDescription: {{ $json.description }}\nEvent Location: {{ $json.location }}\nStart Date: {{ $json.start.dateTime }}\nEnd Date: {{ $json.end.dateTime }}\nCreator: {{ $json.creator.email }}\n\n",
"chatId": "",
"additionalFields": {
"appendAttribution": false
}
},
"typeVersion": 1.2
},
{
"id": "f8027fbe-2b57-4b5a-a29b-22b9af27c67c",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
0
],
"parameters": {
"color": 6,
"width": 640,
"height": 260,
"content": "## 将新的 Google Calendar 事件发布到 Telegram"
},
"typeVersion": 1
},
{
"id": "fd1e60e1-5c4a-439b-84fb-26e5da20ba13",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
280
],
"parameters": {
"color": 6,
"width": 640,
"content": "## 描述"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "9620d3f6-6324-49f8-b40e-da313f5044fb",
"connections": {
"Google Calendar Trigger": {
"main": [
[
{
"node": "Telegram",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 其他, 构建模块
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
将新收到的电子邮件作为新行添加到Google Sheets电子表格中。
将新收到的电子邮件作为新行添加到Google Sheets电子表格中
Gmail Trigger
Google Sheets
4 节点WeblineIndia
其他
从Google Sheets自动创建Google Calendar事件
基于Google Sheets数据自动创建Google Calendar事件
Code
Google Calendar
Google Sheets Trigger
+1
5 节点WeblineIndia
其他
Telegram富文本输出
将LLM输出转换为富文本Telegram消息——自动媒体处理和智能分块
If
Code
Limit
+6
19 节点Dmitry Mikheev
其他
自动化 PDF 转 HTML 转换
使用PDF.co和Google Drive将PDF转换为HTML
If
Code
Google Drive
+3
7 节点WeblineIndia
构建模块
将Google联系人的每日生日提醒发送到Slack
从Google联系人获取每日生日提醒并发送到Slack
If
Slack
Filter
+3
7 节点WeblineIndia
其他
错误处理程序发送Telegram
错误处理程序发送Telegram:实时工作流失败警报
Code
Telegram
Error Trigger
+1
4 节点L Hung
其他
工作流信息
难度等级
初级
节点数量4
分类2
节点类型3
作者
WeblineIndia
@weblineindiaA Leading Software Engineering, Consulting & Outsourcing Services Company in USA & India serving Clients Globally since 1999.
外部链接
在 n8n.io 查看 →
分享此工作流