跳转到内容

日历事件 → Notion 准备清单

第 6 部分 · 案例 4.2 · 📅 个人生产力

难度 🟡 中等 · 耗时 ~25 分钟 · 核心节点 GCal Trigger × AI × Notion

每次开会前都要慌忙列议程?让 AI 替你想。一旦 Google Calendar 有新事件,自动用 GPT 根据标题+描述生成”议程草稿 / 准备笔记 / 待提问”,建一份 Notion 页等你完善。

▦ workflow calendar-to-notion.workflow.json Lv.2
key-config.txt
GCal Trigger: Trigger On: eventCreated Calendar: primary AI Prep Notes: System: 根据日历事件标题和描述,生成会议准备清单 JSON: { "agenda": ["..."], "prep_notes": ["..."], "questions": ["..."] } Response Format: json_object Create Notion Page: Database: <Notion Meetings DB> Properties: Title (title): ={{ event.summary }} Date (date): ={{ event.start.dateTime }} Attendees (multi-select): event.attendees emails Blocks: h2: Agenda → bulleted list from $json.agenda h2: Prep Notes → bulleted list from $json.prep_notes
📋 calendar-to-notion.workflow.json