Cal.com Agents: Tucking an AI Scheduling Assistant into Slack and Telegram
2026-03-15 | ProductHunt | Official Site | 641 Votes

The Insights 2.0 interface in Cal.com v5.7, showing booking data distributed by hour and the Routing funnel. The interface is clean, and the data visualization is beautifully done.
30-Second Quick Judgment
What is this?: Cal.com has added an AI Agent layer to its open-source scheduling platform. You can now arrange meetings directly via chat in Slack, Telegram, or OpenClaw. The AI handles time coordination, reminders, and follow-ups. Simply put: "Book a meeting just by saying one sentence in your chat window."
Is it worth watching?: Yes. Cal.com is the strongest open-source alternative to Calendly, with $32.4M in funding and a G2 rating of 4.6/5. The AI Agent feature upgrades it from a "booking tool" to "scheduling infrastructure." If your team collaborates on Slack or you're building AI Agent products, this is a must-watch.
Three Questions That Matter
Is it relevant to me?
Target Audience:
- Teams using Slack/Telegram for collaboration (Sales, Support, Recruiting)
- Enterprises needing automated booking workflows
- Indie developers building AI Agents or scheduling tools
- Tech teams wanting to break away from Calendly dependency
Is that you?: If you coordinate more than 3 meetings a day, or if your clients contact you via chat apps, you are the target user. If you're building a SaaS product that needs embedded scheduling, you're a core user.
Use Cases:
- Sales teams letting AI follow up with leads and book demos in Slack
- Support staff letting AI help customers pick the next available slot in Telegram
- HR recruiters avoiding the email back-and-forth for interview times
- Developers using the API to embed scheduling into their own products
Is it useful?
| Dimension | Benefit | Cost |
|---|---|---|
| Time | Saves 70% of back-and-forth coordination | 30-60 mins for initial setup |
| Money | Free version is very capable; AI calls $0.29/min | Teams $15/user/month |
| Effort | Stop being a manual schedule coordinator | Requires learning workflow config |
ROI Judgment: If your team has 5+ people and each person coordinates 2+ meetings daily, Cal.com Agents can save over 20 hours of labor per month. At $15/user/month, the ROI is a no-brainer compared to the time saved. For individuals, the free version is plenty.
Is it enjoyable?
The "Wow" Factors:
- Chat-to-Book: Say "Help me book a meeting with Alex tomorrow afternoon" in Slack, and the AI handles it.
- Open-Source Control: Don't like it? Change the code. Don't trust the cloud? Self-host it.
- Multi-Platform Sync: Slack, Telegram, API—choose your platform without being locked in.
Real User Feedback:
"I love how practical it seems too, like it's not just stuffing AI into the product, it's actually providing a valuable service." — ProductHunt User
"Cal.com integrates with their AI agents perfectly, allowing phone agents and chatbot agents to book customers in and get the job done." — Trustpilot User
"scheduling agent on OpenClaw is a natural fit -- calendar access + context about who you're meeting = agent that can actually book with judgment, not just rules." — @AIAgentadi (Twitter, 2026-03-15)
The Gripes:
"If you have an issue and try to use the chat, you get a message that says 'the team will reply as soon as they can.' Hours later on a weekday during work hours, still had not heard back." — Trustpilot User (Slow support response)
For Indie Developers
Tech Stack
| Layer | Technology |
|---|---|
| Framework | Next.js (React) + App Router |
| Language | TypeScript |
| Monorepo | Turborepo |
| Database | PostgreSQL |
| ORM | Prisma |
| API Layer | tRPC |
| Auth | NextAuth.js |
| Data Fetching | @tanstack/react-query (via tRPC) |
| i18n | next-i18next |
| License | AGPLv3 (Open Core) |
With 250k+ lines of code and 100+ pages, this is a real-world, large-scale Next.js production app—a textbook example for full-stack TypeScript projects.
Core Implementation
The heart of Cal.com Agents is embedding AI agents into messaging platforms like Slack and Telegram. Through Cal.com's Workflows system, the AI Agent can:
- Receive scheduling requests from chat messages
- Query calendar availability for all participants
- Automatically select the optimal time slot
- Create the booking and send confirmations
The AI Phone feature (Cal.ai Phone Agent) goes a step further—using natural language calls to automatically book, remind, and follow up.
Open Source Status
- Is it open source?: Yes, core code is AGPLv3 (99%), enterprise features require a license (1%, /ee directory)
- GitHub: github.com/calcom/cal.com
- Build-it-yourself difficulty: High. 250k+ lines of code involving complex logic like calendar sync, time zones, and multi-person coordination. Estimated 10+ person-months. However, you can fork it to build your own scheduling product.
Business Model
- Monetization: SaaS subscription + usage-based AI call billing + Enterprise customization
- Pricing: Free → $12/seat/mo → $15/user/mo (Teams) → Enterprise custom
- AI Calls: $0.29/minute (29 credits/minute)
Giant Risk
Google Calendar already has basic AI scheduling suggestions, and Microsoft Copilot is working on calendar intelligence. However, Cal.com's moat is:
- Open-Source & Self-Hostable: For sensitive enterprise data scenarios, Google/Microsoft can't compete.
- Developer Ecosystem: The API-first design makes it "scheduling infrastructure" rather than just a tool.
- White-Labeling: You can turn Cal.com into your own branded product.
In the short term, it's unlikely giants will build an open-source, embeddable scheduling infrastructure. Risk is low-medium.
For Product Managers
Pain Point Analysis
- Problem Solved: Meeting scheduling is a high-frequency, low-value task. Back-and-forth coordination takes an average of 17 minutes per meeting.
- How painful is it?: High frequency + essential need. The larger the team, the more it hurts, especially across time zones. AI Agents eliminate the "When are you free?" loop.
User Personas
- Sales Teams: Need to quickly convert leads into demo bookings.
- Recruiting Teams: Coordinating interviewers and candidates.
- Consulting/Medical: Managing client appointments.
- Developers/SaaS: Needing to embed scheduling into their own products.
Feature Breakdown
| Feature | Type | Description |
|---|---|---|
| Chat Booking (Slack/Telegram) | Core | Complete scheduling directly within messaging platforms |
| AI Phone Agent | Core | Automated calls for booking, reminders, and follow-ups |
| Multi-Calendar Sync | Core | Full support for Google/Outlook/CalDAV |
| Round-robin/Collective Events | Core | Team rotations and collective meetings |
| Call & Sentiment Analysis | Nice-to-have | Track call quality and customer mood |
| Script Customization | Nice-to-have | Full control over AI tone and content |
| Routing Forms | Core | Automatically assign leads after qualification |
Competitive Differentiation
| Dimension | Cal.com Agents | Calendly | x.ai (Defunct) | Reclaim.ai |
|---|---|---|---|---|
| Core Difference | Open Source + AI Agent + Multi-platform | Most mature booking tool | Pure AI email scheduling | AI calendar optimization |
| AI Agent | Slack/Telegram/Phone | No native AI Agent | Fully AI | Background optimization |
| Open Source | Yes (AGPLv3) | No | No | No |
| Self-hosting | Supported | Not supported | N/A | Not supported |
| Price | Starts at Free | Starts at $12/user/mo | N/A | Starts at $12/user/mo |
Key Takeaways
- Open Core Model: Free core attracts developers, enterprise version monetizes—a very smart growth flywheel.
- AI as a Value-Add: Not forcing AI in, but layering it onto existing workflows.
- Multi-channel Agent Deployment: Slack + Telegram + Phone + API—bringing AI to where the users are.
For Tech Bloggers
Founder Story
Peer Richelsen grew up in rural Germany; his father was a farmer. As a kid, he was obsessed with computers and gaming, leading an "esports team" before it was called that, and teaching himself HTML to build their website.
Career Path:
- Founded Lean Hire → Sold it the same year
- Founded Mage App → Joined Y Combinator (W19), raised $880K, 50k customers
- Head of Product at On Deck
- Founded Calendso (later Cal.com) in 2021 → Won PH Monthly Best Product on debut
Partnered with co-founder Bailey Pumfleet. Their shared vision: Connect 1 billion people through calendar scheduling by 2031.
Peer once said something interesting: "When building infrastructure, the key question is: If this succeeds, how do we ensure it won't just disappear one day? Open source is the best answer."
Controversies / Discussion Angles
- AI Agents: Hype or Helpful?: RAND research shows 80-90% of AI Agent projects fail in production. Is Cal.com’s AI Agent truly autonomous, or just an automated workflow with a chat shell?
- The Hidden Cost of "Free" Open Source: Self-hosting costs $5-$50+/month in servers, and enterprise use requires a license. Many on Reddit have hit this snag.
- The Calendly Killer?: Cal.com is always positioned as the Calendly alternative, but Calendly’s enterprise market share remains overwhelming.
Hype Data
- PH All-Time Best: Won "Monthly Best Product" on its first launch.
- Cal.com Agents Launch: 641 votes (current).
- Cal.ai Phone Agent: 418 votes + 40 comments.
- Cal.com Routing: 512 votes.
- G2 Rating: 4.6/5, 86% five-star (150 reviews).
Content Suggestions
- Angle: "The AI Agent Transformation of Open-Source SaaS"—the path from tool to infrastructure.
- Trend Opportunity: AI Agents are one of the hottest tracks in 2026; Cal.com serves as a perfect case study for discussion.
For Early Adopters
Pricing Analysis
| Tier | Price | Included Features | Is it enough? |
|---|---|---|---|
| Free | $0 | Unlimited event types, multi-calendar, workflows | Plenty for individuals |
| Individual | $12/seat/mo | More integrations, priority support | Recommended for freelancers |
| Teams | $15/user/mo | Team features, round-robin, same-day support | Essential for teams |
| Enterprise | Custom | White-labeling, SLA, dedicated support | For large corps |
| AI Calls | $0.29/min | Usage-based, available on all plans | Much cheaper than human calls |
Getting Started
- Setup Time: 15-30 minutes (for a basic booking page).
- Learning Curve: Low (basic features), Medium (workflows + AI Agent).
- Steps:
- Sign up for a free cal.com account.
- Connect your Google/Outlook calendar.
- Create an event type (e.g., "30-minute Demo").
- Install the Cal.com App in Slack or configure the Telegram Bot.
- Enable the AI Agent workflow.
Pitfalls and Gripes
- UI Settings Maze: Some settings are buried deep. This is a common complaint on G2.
- Slow Support: Even for paid users, waiting several hours on a workday is common.
- Self-hosting Hurdles: It sounds free, but managing servers, DBs, and domains requires technical skill.
- Mobile Experience: Not as fluid on mobile as it is on desktop.
- Microsoft/Exchange Glitches: Syncing can occasionally be buggy.
Security and Privacy
- Data Storage: Cloud (SaaS) or Local (Self-hosted).
- Open Audit: Code is public; security can be self-audited.
- GDPR Compliance: Supported.
Alternatives
| Alternative | Advantage | Disadvantage |
|---|---|---|
| Calendly | Most mature, stable, enterprise leader | Not open source, no native AI Agent |
| Reclaim.ai | AI calendar optimization, finds gaps | Cannot embed into chat platforms |
| TidyCal | Cheap, one-time payment | Limited features, not for teams |
| YouCanBookMe | $8.10/mo, high value | No AI features |
| Custom Build (n8n + API) | Total control | High dev and maintenance cost |
For Investors
Market Analysis
- AI Agent Market: $7.63B in 2025 → $182.97B in 2033, CAGR 49.6%.
- 2026 Projection: $10.91B.
- Scheduling AI Share: Task-based agents (including scheduling) make up 73% of the AI Agent market.
- Consumer Acceptance: 39% of consumers are willing to let AI handle their scheduling.
- Enterprise Adoption: 85% of enterprises use AI Agents in at least one workflow.
- Expected ROI: 62% of enterprises expect over 100% ROI from AI Agents, with an average expectation of 171%.
Competitive Landscape
| Tier | Players | Positioning |
|---|---|---|
| Leaders | Calendly, Microsoft Bookings | Mature enterprise market |
| Challengers | Cal.com, Reclaim.ai | Tech-driven + AI + Open Source |
| Mid-market | YouCanBookMe, Acuity, SimplyBook | Niche markets |
| New Entrants | Synthflow+Cal.com, Retell AI | AI Voice integration |
Timing Analysis
- Why now?:
- AI Agents are entering mainstream adoption in 2026 (IDC predicts 80% of enterprise apps will embed AI copilots).
- Slack just released MCP server support in March 2026 for native AI Agent integration.
- Messaging platforms are becoming the primary workspace; scheduling within chat is a natural evolution.
- Tech Maturity: LLMs + Function Calling are mature enough that scheduling is one of the easiest AI Agent use cases to implement.
- Market Readiness: High. Calendly educated the market; users are now accustomed to online booking.
Team Background
- Founder: Peer Richelsen (Co-CEO), serial founder, YC alum (W19).
- Co-founder: Bailey Pumfleet (Co-CEO).
- Track Record: Lean Hire (sold same year), Mage App ($880K raised, 50k customers).
- Technical Strength: Strong TypeScript/Next.js stack, PH Monthly Best Product winners.
Funding Status
- Seed: $7.4M (Dec 2021)
- Series A: $25M (Apr 2022)
- Total Funding: $32.4M
- Lead Investor: Joseph Jacks (OSS Capital)
- Notable Investors: Naval Ravikant (Co-founder of AngelList)
- Valuation: Undisclosed
Conclusion
Cal.com Agents got one thing very right: bringing the AI to where the users are. Instead of making you open a new app, it completes the schedule where you already work—Slack and Telegram. With its open-source DNA, $32.4M in funding, and a clear technical roadmap, this is a product built to last.
| User Type | Recommendation |
|---|---|
| Developers | ✅ Highly Recommended. 250k+ lines of TypeScript code, Next.js full-stack best practices. Fork it for any scheduling product. |
| Product Managers | ✅ Recommended. The Open Core model and AI value-add layer design are great case studies. |
| Bloggers | ✅ Worth Writing. "The AI transformation of open-source SaaS" is a great angle with a compelling founder story. |
| Early Adopters | ✅ Recommended. The free version is powerful; even more so if your team uses Slack. |
| Investors | ✅ Worth Watching. AI Agents + Open-source scheduling infra, 49.6% CAGR market, solid team. |
Resource Links
| Resource | Link |
|---|---|
| Official Website | https://cal.com |
| Cal.ai (AI Agent) | https://cal.com/ai |
| GitHub | https://github.com/calcom/cal.com |
| ProductHunt | https://www.producthunt.com/products/cal |
| Cal.com for Slack | https://chat.cal.com |
| Founder Interview | https://mercury.com/blog/founder-spotlight-peer-richelsen-calcom |
| G2 Reviews | https://www.g2.com/products/cal-com/reviews |
| Trustpilot | https://www.trustpilot.com/review/cal.com |
2026-03-16 | Trend-Tracker v7.3