Daily workflow that fetches Outlook calendar events for the current day at 8 AM, formats them into a user-friendly HTML email, and sends a meeting digest to a specified address.
This n8n workflow automates the creation and delivery of a daily meeting digest from Microsoft Outlook Calendar. Triggered every day at 8 AM via a Schedule Trigger node, it uses a Code node to dynamically calculate the start (00:00:00 today) and end (00:00:00 tomorrow) timestamps in ISO format. The Microsoft Outlook node then queries events within this range using an OData filter, retrieving all meetings for the day.
Subsequent nodes (inferred from description) process the fetched events: forma
Platform
n8n
Category
AI & Machine Learning
Price
$9.99
Creator
Matt Buds
outlook
calendar
email-digest
schedule
productivity
microsoft-365
daily-automation
meetings
html-email
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.