Google Calendar Attendee Research
detail.loadingPreview
Automatically research details of attendees from Google Calendar events.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This template automatically triggers when a new Google Calendar event is created. It then processes each attendee, filtering out the user and identifying non-company email addresses. For each attendee with a company email, it performs web searches using OpenAI to gather information about the person and their company. Finally, it compiles this research into a Markdown report.
Key Features
- Triggered by new Google Calendar events.
- Filters out the event creator from attendee processing.
- Identifies and separates company emails from personal emails.
- Utilizes OpenAI's web search preview for attendee and company research.
- Compiles gathered information into a structured Markdown report.
How To Use
- Import the workflow: Upload the provided JSON to your n8n instance.
- Configure Google Calendar Trigger: Connect your Google Calendar account and specify the calendar to monitor.
- Configure OpenAI API: Add your OpenAI API key as an environment variable or credential.
- Set "Your Name Here": In the Google Calendar Trigger node, replace
youremail@example.comwith your actual email address to filter out your own events. - Run the workflow: New calendar events will trigger the research process, and the compiled report will be available in the output.
Apps Used
Workflow JSON
{
"id": "e81fb9c0-7c3b-4b01-b539-7737044dba71",
"name": "Google Calendar Attendee Research",
"nodes": 0,
"category": "Event Management",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: e81fb9c0-7c3b...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Community Meetup Invitation Generator
Generates and sends an iCalendar invite for a n8n community meetup via email.
Streamline Your Zoom Meetings with Secure, Automated Stripe Payments
Automate Zoom meeting creation and manage Stripe payments for event registration.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.
Automated Multi-Platform Social Media Publisher
Streamline your social media content creation and publishing with this n8n workflow. Simply fill out a web form with your caption, media (image or video), and target platforms, and let n8n automate the posting process across multiple social networks.
Weekly Cocktail Inspiration for Your Team
Automatically share engaging cocktail recipes with your team or community every week. This workflow fetches a random recipe, generates a beautiful visual card using Bannerbear, and posts it directly to your Rocket.Chat channel, fostering fun and connection.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.