n8nflow.net logo

Generate 7-Day Event Plans with Google Calendar, GPT-3.5 and Notion

by Shelly-Ann Davyβ€’Updated: Last update 16 days agoβ€’Source: n8n.io

Generate 7-Day Event Plans with Google Calendar, GPT-3.5 and Notion πŸŽ‰

Automate Your Event Planning: From Calendar Entry to Done-For-You Checklist

Stop scrambling before birthdays, anniversaries, or family gatherings. This workflow turns a simple Google Calendar event into a 7-day prep plan β€” complete with shopping lists, tasks, and reminders β€” all auto-sent to Notion and your inbox.

Perfect for:

  • πŸ‘©β€πŸ‘§ Homemakers hosting family events
  • πŸ’Ό Solopreneurs planning launches or webinars
  • πŸŽ‰ Anyone who wants to celebrate without the stress

The workflow:

  1. πŸ“… Detects a new event in Google Calendar (e.g., β€œEmma’s Birthday”)
  2. πŸ€– Uses GPT-3.5 to generate a 7-day prep plan (buy cake, send invites, decorate)
  3. πŸ“ Creates a Notion page for the event, then loops through each AI-generated task to add them as individual rows/items with due dates
  4. πŸ“¨ Emails you a summary + link to the Notion page

No spreadsheets. No mental load. Just set the date β€” and let AI handle the rest.

πŸ” Key Detail : After the Notion page is created, the workflow uses an Item Lists node to split the AI-generated task array into individual items. Each task is then processed in a loop and appended to the Notion database as a separate row β€” ensuring clean, actionable checklists.


Prerequisites

Before using this workflow, ensure you have:

ServicePurposeFree Tier?
n8nOrchestrate automationYes
Google CalendarTrigger on new eventsYes
NotionStore prep checklistYes
OpenAIAI planning logic (GPT-3.5)Yes (limited free tier)
SMTP EmailSend confirmation emailYes (via Gmail or similar)

πŸ” Store all API keys securely in n8n’s Credentials section.


Google Calendar Setup

Your event must include:

  • Title : e.g., "Emma’s Birthday"
  • Date : The event date
  • Description (optional): e.g., β€œTheme: Unicorn, Guests: 10”

πŸ’‘ Tip: Use a specific keyword in the title (e.g., β€œπŸŽ‚β€) to trigger only special events.


Notion Database Requirements

Create a Notion database with these columns :

Column NameTypeExample
NameTitle"Emma’s Birthday Prep"
TaskText"Buy cake"
Due DateDate2025-09-10
StatusStatusTo Do, In Progress, Done
Event DateDate2025-09-12
NotesText"Vanilla with rainbow sprinkles"

πŸ“Œ Share your Notion workspace with your n8n integration (via integration token).


Step-by-Step Setup Instructions

1. Import the Workflow

  1. In n8n, go to Workflows > Create from JSON
  2. Paste the provided JSON
  3. Click Import

2. Set Up Credentials

  • Google Calendar : Connect via OAuth
  • Notion : Add your integration token
  • OpenAI : Add your API key
  • Email : Set up SMTP (e.g., Gmail app password)

πŸ” Never hardcode keys β€” use n8n’s credential system.

3. Configure the AI Prompt

In the HubGPT: Generate Prep Plan node:

You're planning "{{ $json['summary'] }}" on {{ $json['start'] }}.
Generate a 7-day prep plan with 5–7 tasks (e.g., shopping, invites, setup).
Include: 
- 3 days before: Send invites
- 2 days before: Buy supplies
- 1 day before: Decorate
Return as a JSON array with 'task' and 'dueDate'.