Automations
6 min read

Daily Calendar Digest: Format Google Calendar Events with Claude 3.5 Sonnet for Telegram Using n8n

Dev Shabbir
Dev Shabbir
March 2, 2026

Stop Manually Summarizing Your Day—Automate It with n8n and Claude AI

If you're a freelancer, solopreneur, or small business owner, your calendar is your command center. But manually reviewing and summarizing your day? That’s a productivity black hole. What if you could get a clean, human-readable daily digest—formatted by AI and delivered straight to Telegram—every morning without lifting a finger?

Enter this powerful n8n workflow: Daily calendar digest: Format Google Calendar events with Claude 3.5 Sonnet for Telegram. It automates the entire process—from fetching your events to intelligently summarizing them using Anthropic’s Claude 3.5 Sonnet—and delivers a polished update to your Telegram chat.

✨ Key Benefits of This Automation

  • Saves 10–15 minutes every day on manual planning
  • Uses Claude 3.5 Sonnet for natural, contextual event summaries
  • Fully no-code setup—ideal for non-developers
  • Customizable for teams, clients, or personal use
Ready to install? Grab the pre-built n8n template and start receiving your AI-formatted calendar digest in under 10 minutes.
Install this Workflow Now

Why This Workflow Solves Real Problems for Freelancers & Small Businesses

Let’s be honest: most calendar tools just show you blocks of time. They don’t explain your day. You still have to mentally parse meetings, deadlines, and priorities. And if you’re juggling client calls, project milestones, and admin tasks, that mental load adds up fast.

This workflow tackles three core pain points:

  • Time wasted on manual summarization: Instead of scrolling through your calendar each morning, get a concise, prioritized digest.
  • Lack of intelligent formatting: Raw event titles like “MTG w/Client A re: Q2” mean nothing without context. Claude 3.5 Sonnet rewrites them clearly.
  • Fragmented communication: Telegram is where many freelancers live. Getting your schedule there keeps everything in one place.

How the Workflow Works: A Step-by-Step Breakdown

This automation uses six key n8n nodes working in harmony. Here’s what happens behind the scenes:

1. Schedule Trigger – Kickstart Your Day Automatically

The workflow begins with a Schedule Trigger node set to run every weekday at 7:00 AM (or your preferred time). No more remembering to check your calendar—this runs on autopilot.

2. Google Calendar – Fetch Today’s Events

The Google Calendar node pulls all events for the current day. It filters out all-day events (unless you want them) and includes start/end times, titles, locations, and descriptions.

3. Set + Aggregate – Prepare Data for AI Processing

Before sending data to Claude, we use the Set and Aggregate nodes to structure the input. This ensures Claude receives a clean, consistent prompt—critical for reliable output.

4. Claude 3.5 Sonnet (via LangChain) – The Intelligence Layer

Using the @n8n/n8n-nodes-langchain.lmChatAnthropic node, we send the aggregated events to Claude 3.5 Sonnet with a custom prompt:

"Format these calendar events into a friendly, concise daily digest for a busy freelancer. Use bullet points, highlight priorities, and keep it under 200 words. Events: {{ $json.events }}"

Claude transforms cryptic titles into actionable insights like:

“9:00 AM – Client Sync (Project Alpha): Discuss wireframe feedback. Bring updated mockups.”

5. Telegram – Deliver the Digest Where You Are

Finally, the Telegram node sends the formatted message to your personal chat, group, or channel. The message is optimized for mobile readability—perfect for checking over morning coffee.

Why Claude 3.5 Sonnet? (And Why Not Just Use Basic Formatting?)

You could build a simpler version using basic text templates—but you’d miss out on intelligence. Claude 3.5 Sonnet understands context, tone, and priority. It can:

  • Rewrite vague titles (“Follow-up”) into specific actions (“Send contract to Client B”)
  • Group related meetings (e.g., “All design reviews back-to-back”)
  • Add gentle reminders (“Don’t forget your laptop for the offsite”)

This isn’t just automation—it’s augmented productivity. Learn more about integrating Claude AI in n8n for other use cases.

Step-by-Step Setup: Get This Running in 10 Minutes

Don’t worry—you don’t need to build this from scratch. We’ve created a ready-to-import template. Here’s how to deploy it:

Step 1: Install the Template

Click the button below to import the workflow directly into your n8n instance:

Install this Workflow Now

Step 2: Configure Credentials

  • 1. Connect your Google Calendar account (OAuth2)
  • 2. Add your Anthropic API key (get one at anthropic.com)
  • 3. Set up your Telegram bot (follow Telegram’s guide)

Step 3: Customize the Prompt (Optional)

Edit the LangChain Anthropic node to match your voice. Want it more formal? Add “Use professional tone.” Prefer emojis? Say “Include relevant emojis for clarity.”

Step 4: Activate & Test

Turn on the workflow and wait for the next scheduled run—or trigger it manually to test. You should receive a message like this in Telegram:

📅 Your Day – April 27, 2025

  • • 9:00 AM – Client Sync (Project Alpha): Review wireframes
  • • 11:30 AM – Team Standup (Zoom)
  • • 2:00 PM – Deadline: Submit proposal to Client B
  • • 4:00 PM – Focus Block: Finalize invoice templates

⏰ Next meeting in 45 mins. Don’t forget your notes!

Real-World Use Cases: Who Benefits Most?

This isn’t just for solo founders. Teams and agencies can adapt it too:

User Type Use Case
Freelancers Daily personal planning + client transparency
Small Teams Shared digest in team Telegram channel
Coaches/Consultants Automated prep reminders before sessions

FAQs: Common Questions About This Workflow

Is this n8n workflow free to use?

Yes! The template is free. You only pay for Anthropic API usage (~$0.003 per digest) and your n8n hosting (if self-hosted).

Can I customize this automation for my team?

Absolutely. Duplicate the workflow, change the Telegram chat ID, and adjust the prompt for different team members or projects.

Do I need a paid Anthropic API key?

Yes. Claude 3.5 Sonnet requires an API key from Anthropic (free tier available, then pay-as-you-go).

Final Thoughts: Your Calendar, Smarter

Automation isn’t about replacing humans—it’s about freeing them to do higher-value work. This daily calendar digest workflow eliminates a tiny but draining daily task and replaces it with clarity and focus.

Whether you’re a developer exploring n8n Google Calendar integrations or a freelancer tired of context-switching, this template delivers immediate ROI.

Install this Workflow Now

Ready to reclaim your mornings? Install the template, connect your accounts, and let Claude + n8n handle the rest. Your future self will thank you.