This n8n workflow automates the process of retrieving upcoming Outlook calendar events, filtering them to include only those happening within the current week, and generating a concise summary using OpenAI’s GPT-4. The workflow begins with a manual trigger for testing, then uses the Microsoft Outlook node to fetch calendar events with subjects and start times. It normalizes the date format, filters events to retain only those scheduled for today and tomorrow, and aggregates the event subjects into a single list. The list is converted into plain text, which is then summarized by OpenAI’s GPT-4 model. This workflow is practical for professionals or teams who want to receive a quick weekly summary of upcoming meetings, helping with planning and time management.
Automated Weekly Meeting Summary Generator
Node Count | 11 – 20 Nodes |
---|---|
Nodes Used | @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmChatOpenAi, aggregate, code, filter, manualTrigger, microsoftOutlook, stickyNote |
Reviews
There are no reviews yet.