Skip to main content

Prepare daily AI meeting briefs from Google Calendar with GPT-4o and email

Workflow preview

Workflow preview
100%
Prepare daily AI meeting briefs from Google Calendar with GPT-4o and email preview
Open on n8n.io

1. Workflow Overview

Quick Overview This workflow accepts a URL via an n8n form, fetches and extracts the main text from the web page, uses OpenAI (GPT 4o) to generate a structured research card (summary, tags, quotes,...

Best for

  • Personal Productivity automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlecalendar, n8n-nodes-base.aggregate, n8n-nodes-base.if, n8n-nodes-base.noop, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmchatopenai

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by TakatoYamada.

Original n8n.io source

1.1 Workflow description

Title
Prepare daily AI meeting briefs from Google Calendar with GPT-4o and email
Workflow name
Prepare daily AI meeting briefs from Google Calendar with GPT-4o and email

Quick Overview

This workflow accepts a URL via an n8n form, fetches and extracts the main text from the web page, uses OpenAI (GPT-4o) to generate a structured research card (summary, tags, quotes, actions, sentiment, reading time), then saves the result to Notion and logs it in Google Sheets.

How it works

  1. Receives a URL submission through an n8n form.
  2. Fetches the page HTML from the submitted URL and stops if the response body is too short to be valid.
  3. Extracts the page title, author meta tag, and the main article text from the HTML.
  4. Sends the extracted text to OpenAI (GPT-4o) to produce a structured output with a bullet summary, topic tags, key quotes, action items, sentiment, and estimated reading time.
  5. Creates a new page in a Notion database using the extracted title and the AI-generated research card content.
  6. Appends the same structured result to a Google Sheets “Reading List” spreadsheet for tracking.

Setup

  1. Add an OpenAI credential (or compatible OpenAI API key) for the GPT-4o chat model used in the summarization step.
  2. Connect your Notion credentials, share the target database with the integration, and replace the Notion database URL/ID (currently set to https://www.notion.so/REPLACE_DB).
  3. Connect your Google Sheets credentials and replace the spreadsheet URL/ID (currently set to https://docs.google.com/spreadsheets/d/REPLACE_ID/edit) and confirm the “Reading List” sheet name exists.
  4. Publish the form and share the form URL with users who will submit pages to summarize.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - When Day Starts at 7am

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 7 - Fetch Today's Calendar Events

Type / Role
n8n-nodes-base.googleCalendar - googleCalendar
Config choices
Version 1.3

Block 8 - Aggregate Calendar Events

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 9 - If Meetings Exist

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 10 - Skip When No Meetings

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 11 - Generate Meeting Brief

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.5

Block 12 - Use GPT-4 Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 13 - Define Output Format

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.2

Block 14 - Set Brief Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 15 - Send Brief via Gmail

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 16 - Post Brief on Slack

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.2

3. Summary Table

Workflow Prepare daily AI meeting briefs from Google Calendar with GPT-4o and email
Complexity advanced
Nodes 16
Categories Personal Productivity, AI Summarization
Author TakatoYamada
Published 13 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16334/16334.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Prepare daily AI meeting briefs from Google Calendar with GPT-4o and email do?

Quick Overview This workflow accepts a URL via an n8n form, fetches and extracts the main text from the web page, uses OpenAI (GPT 4o) to generate a structured research card (summary, tags, quotes,...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity, AI Summarization use case.