This n8n workflow automatically fetches daily meetings from Google Calendar, summarizes them using Google’s Gemini AI model, and sends the summarized information to a specified Slack channel. Designed to run on a schedule, it helps teams stay informed by delivering concise, AI-generated meeting summaries directly into their communication hub every day.
Features / Highlights:
- Automated Scheduling:The workflow is triggered daily at a specified hour, eliminating manual checks.
- Google Calendar Integration: Fetches all scheduled meetings (with attendees and details) within the current day’s timeframe.
- AI-Powered Summarization: Uses Google Gemini (models/gemini-1.5-flash-latest) to generate a human-readable meeting summary, including attendees and context.
- Slack Integration: Posts the AI-generated summary directly into a Slack channel of your choice, keeping the entire team updated in real-time.
- Customizable & Extensible: Easily modify trigger times, target channels, or even enhance with additional data sources.
- Context-Aware Processing: The AI agent is provided with clear system instructions, ensuring summaries are accurate and relevant to the current day.