Programmable calendar sync for humans and AI agents
CalendarPipe syncs Google, Outlook, and Apple calendars through programmable pipes that filter, transform, and route events. Build pipes visually, describe them in plain English with AI, or write TypeScript. Events flow as real invitations — no OAuth needed on the recipient side. AI agents get a REST API, CalDAV, and MCP server to spin up their own calendars and send invites.
We built CalendarPipe because my work calendar didn't reflect my family calendar. Every week, I had to manually update blocks in my work calendar to ensure availability for errands or taking care of kids. Existing sync tools mirror everything or some parameters but aren't programmable. In my case, events in my family calendar starting with "J:" need to block time on my work calendar - and nothing else should leak through.
Another problem: my company doesn't approve apps connecting via OAuth to calendars directly. So we built a smart workaround that manages calendar invitations via email, avoiding the need for security approval entirely.
The core concept is a pipe, a pure function that takes an event in and decides what comes out. Block it, pass it through, redact the title - the configurability is almost endless 🧑💻.
For AI agents 🤖: CalendarPipe ships a REST API and ready-to-use skills. Agents can spin up their own hosted calendar and deliver real email invitations to any inbox.
Would love your feedback - especially on the pipe concept and the agentic workflows. AMA!
About CalendarPipe on Product Hunt
“Programmable calendar sync for humans and AI agents”
CalendarPipe launched on Product Hunt on April 17th, 2026 and earned 130 upvotes and 12 comments, placing #6 on the daily leaderboard. CalendarPipe syncs Google, Outlook, and Apple calendars through programmable pipes that filter, transform, and route events. Build pipes visually, describe them in plain English with AI, or write TypeScript. Events flow as real invitations — no OAuth needed on the recipient side. AI agents get a REST API, CalDAV, and MCP server to spin up their own calendars and send invites.
On the analytics side, CalendarPipe competes within Productivity, Calendar and Vercel Day — topics that collectively have 681.7k followers on Product Hunt. The dashboard above tracks how CalendarPipe performed against the three products that launched closest to it on the same day.
Who hunted CalendarPipe?
CalendarPipe was hunted by Jakub Beneš. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
For a complete overview of CalendarPipe including community comment highlights and product details, visit the product overview.
Hey Product Hunt 👋
We built CalendarPipe because my work calendar didn't reflect my family calendar. Every week, I had to manually update blocks in my work calendar to ensure availability for errands or taking care of kids. Existing sync tools mirror everything or some parameters but aren't programmable. In my case, events in my family calendar starting with "J:" need to block time on my work calendar - and nothing else should leak through.
Another problem: my company doesn't approve apps connecting via OAuth to calendars directly. So we built a smart workaround that manages calendar invitations via email, avoiding the need for security approval entirely.
The core concept is a pipe, a pure function that takes an event in and decides what comes out. Block it, pass it through, redact the title - the configurability is almost endless 🧑💻.
For AI agents 🤖: CalendarPipe ships a REST API and ready-to-use skills. Agents can spin up their own hosted calendar and deliver real email invitations to any inbox.
Would love your feedback - especially on the pipe concept and the agentic workflows. AMA!