Show HN: Kalendis – Scheduling API (keep your UI, we handle timezones/DST)
Mood
supportive
Sentiment
positive
Category
tech
Key topics
scheduling API
backend development
time zone management
What it does:
• MCP tool: generates typed clients and API route handlers (Next.js/Express/Fastify/Nest) so you can scaffold calls straight from your IDE/agent tooling.
• Availability engine: recurring rules + one-off exceptions/blackouts, returned in a clean, queryable shape.
• Bookings: conflict-safe endpoints for creating/updating/canceling slots.
Why we built it:
We kept rebuilding the same "hard parts" of scheduling: time zones/DST edge cases, recurring availability, conflict-aware booking, etc. We wanted a boring, reliable backend so we could ship product features without adopting a hosted scheduling UI.
How it's helped: We stopped re-implementing DST/recurrence math and shipped booking flows faster. One small team (just 2 developers) built a robust booking platform for their business using Kalendis—they kept full control of their UX without spending lots of cycles on scheduling infrastructure.
The MCP generator cut the glue code: drop in a typed client or route, call the API, move on.
Some tech details:
• REST API with ISO-8601 timestamps and IANA time zones
• Recurring availability + one-off exceptions (designed to compose cleanly)
• Focused scope: users, availability, exceptions, bookings (not a monolithic suite)
MCP integration:
MCP server exposes tools like generate-frontend-client, generate-backend-client, generate-api-routes, and list-endpoints.
Add to your MCP settings:
{ "mcpServers": { "kalendis": { "command": "npx", "args": ["-y", "@kalendis/mcp"] } } }
How to try it:
Create a free account → get an API key. (https://kalendis.dev)
Hit an endpoint:
curl -H "x-api-key: $KALENDIS_API_KEY" \ "https://api.kalendis.dev/v1/availability/getAvailability?userId=<user-id>&start=2025-10-07T00:00:00Z&end=2025-10-14T00:00:00Z&includeExceptions=true"
What feedback would be most useful:
Gaps in the endpoint surface (what's missing for your use case?).
Features that would benefit this service integration in your app.
MCP generator output—anything you'd want it to emit differently?
Happy to answer questions and post example snippets in the thread. Thanks for taking a look!
— Dave (Kalendis)
Kalendis is a scheduling API that handles complex time zone and recurrence logic, allowing developers to focus on their UI and product features.
Snapshot generated from the HN discussion
Discussion Activity
Light discussionFirst comment
8h
Peak period
2
Hour 8
Avg / period
2
Based on 8 loaded comments
Key moments
- 01Story posted
11/17/2025, 6:05:29 PM
1d ago
Step 01 - 02First comment
11/18/2025, 1:46:48 AM
8h after posting
Step 02 - 03Peak activity
2 comments in Hour 8
Hottest window of the conversation
Step 03 - 04Latest activity
11/18/2025, 9:30:55 PM
12h ago
Step 04
Generating AI Summary...
Analyzing up to 500 comments to identify key contributors and discussion patterns
Discussion hasn't started yet.
Want the full context?
Jump to the original sources
Read the primary article or dive into the live Hacker News thread when you're ready.