Clockwise sunsets March 27, 2026

Reclaim is your new tool.
OneSlate is your new infrastructure.

Clockwise served 40,000 organizations and is shutting down. Most users will move to Reclaim — and they should. But if you used Clockwise as more than a tool — as a calendar API, across multiple companies, or as the source of truth for billable time — you need something else underneath.

30 days free, no card Drop-in for Clockwise's Calendar Sync Built by a multi-company founder
The transition

A great team is moving on. Their tool isn't.

Clockwise was built over almost a decade. Their team is joining Salesforce. Their technology is being deleted.

Reclaim is a fine destination for individuals defending focus time. But for teams whose products, billing systems, or compliance workflows were built on Clockwise — Reclaim is a sidegrade, not an upgrade.

We built OneSlate as the layer underneath those workflows. Multi-org calendar truth, verifiable time, and an API your engineers can actually call.

40k
Organizations losing Clockwise on March 27, 2026 — including Uber, Netflix, Atlassian.
23M
Meetings moved by Clockwise's algorithm. All of that scheduling intelligence is being deleted.
8M
Hours of focus time created. The Smart Holds disappear. The Flexible Meetings stop moving.
0
Data transferred to Salesforce. Account information, calendar history, scheduling links — all deleted shortly after sunset.
What we are, what we aren't

OneSlate is not "another Clockwise."

Most replacements compete on the same axis Clockwise did: making one person's calendar smarter. We're not in that race. OneSlate is the layer that makes calendar a piece of infrastructure — like Stripe is for payments, Twilio is for messaging.

Not this
A nicer calendar UI that schedules your meetings.
Reclaim, Motion, Calendly. Excellent products. Built for individuals defending their week. They sit on top of your calendar.
This
An API your products and your finance team both query.
Multi-org availability, verified time logs, domain-aware meeting context. The substrate underneath whatever scheduling UI you build or buy.
Not this
Per-seat pricing that punishes you for growing.
Most calendar tools charge $10–30 per active user. For a 200-person company integrating calendar into a product, this gets ugly fast.
This
Read API free forever. Pay only when you write or verify.
Three layers, transparent pricing. $0 / $99 / $299. Your read-heavy use cases stay free. You only pay when OneSlate is creating real, billable value.
Three things only OneSlate does

Built for the things no one else built for.

Cronofy is great enterprise infra. Reclaim is great personal AI. Cal.com is great open-source. None of them solve the three problems that Clockwise users actually hit.

— I —

Multi-org availability without the v3 trap.

If you're a fractional CTO, an investor sitting on five boards, or a founder with three companies — your "real" availability lives across multiple Google Workspaces. Most APIs (including Nylas v3) lock queries inside one organization. We don't.

vs. Nylas: Cross-domain free/busy in one API call, not three.
— II —

Verified Time. Not estimated, not self-reported.

Pull a signed log of "this person spent X hours with this domain in this week." Use it for invoicing, contractor compliance, or just stop guessing. Domain-resolved, mask-able, audit-grade. The thing your finance team has been asking for since 2019.

vs. Memtime/Timely: Calendar-sourced (not just PC activity), with cross-account merging.
— III —

Designed for agents, not just humans.

Native MCP server. Stable IDs that survive reschedules. Webhooks that don't lie about state. We built OneSlate during the year every meaningful product became agent-callable — and it shows.

vs. everyone: First calendar API with first-class agent semantics.
The API

Three calls. No SDK required.

If your engineers had to wrestle with Clockwise's GraphQL or Cronofy's Sync engine, you'll find OneSlate refreshingly direct. REST, JSON, idempotent writes, signed reads.

  • Free/Busy across orgs in one call
  • Write events to any connected calendar with idempotency keys
  • Verified time logs as signed JSON, ready for Stripe Invoicing or your ledger
  • MCP server at mcp.oneslate.tech for Claude / GPT / Gemini agents
availability.sh
verify.sh
mcp.json
# Multi-org availability — the thing Nylas v3 stopped letting you do
curl https://api.oneslate.tech/v1/availability \
  -H "Authorization: Bearer $ONESLATE_KEY" \
  -d '{
    "user_id": "usr_2k9...",
    "across_accounts": true,
    "exclude_shared_calendars": true,
    "window": {
      "start": "2026-05-05T00:00:00Z",
      "end":   "2026-05-12T00:00:00Z"
    },
    "duration_min": 30
  }'

# Returns merged free/busy across all connected workspaces.
# calendar_kind = primary|owned only — no co-worker noise.
{
  "slots": [
    { "start": "2026-05-06T13:00:00Z", "end": "2026-05-06T13:30:00Z" },
    { "start": "2026-05-07T09:00:00Z", "end": "2026-05-07T09:30:00Z" }
  ],
  "sources": ["jump-inc.co", "mabuchi.tech", "timelab.jp"],
  "signature": "sha256:9f3a..."
}
Honest comparison

Where each tool actually wins.

We don't think OneSlate is the right answer for every Clockwise user. Most individuals should use Reclaim. Most enterprise scheduling teams should evaluate Cronofy. Here's the actual decision matrix.

Dimension Reclaim Personal AI Cronofy Enterprise API Cal.com Open Source OneSlate Calendar Infra
Replaces Clockwise's UI Best No Partial No (we're under it)
Replaces Clockwise's Calendar Sync API No Yes Self-host needed Drop-in
Multi-org availability (no v3 trap) No Yes (expensive) Self-build Native
Verified time logs for billing No No No Yes (signed)
MCP / agent-native No No No First-class
Entry pricing $10/seat/mo $819/mo $0 (self-host) $0 (Read tier)
Best for Individuals defending focus time Large enterprise, regulated Engineering teams who self-host Multi-org founders, fintechs, fractional teams
Pricing

Three layers. Honest numbers.

No "contact sales for a quote." No usage tier you'll accidentally exceed and get a five-figure invoice. Read is free. You pay when we write, you pay more when we verify.

— Layer 1 —
Read
Multi-org availability, free/busy, calendar references. Drop-in for Clockwise's Calendar Sync.
$0 / forever
Includes
  • 5 connected calendars
  • 10,000 API calls / month
  • Cross-org availability
  • Webhook subscriptions
  • MCP server access
  • Community support
Start free
— Layer 3 —
Verified
Audit-grade time logs with domain resolution and signed claims. The compliance layer.
$ 299 / month
Everything in Write, plus
  • Signed Verified Time API
  • Domain → company resolution
  • Meeting context auto-tagging
  • Audit logs (SOC2 ready)
  • Per-domain billing exports
  • Dedicated Slack channel
Talk to founder
Migrating from Clockwise? All three tiers, free for your first 90 days. No card required.
One API, two surfaces. The same key works for the Clockwise replacement workflow here, and for Linear/Backlog/Jira integrations at team.oneslate.tech. We may split pricing later if usage diverges meaningfully — early customers will be grandfathered.
The migration

30 minutes from sunset to running again.

If you used Clockwise as a Calendar Sync API, the migration is mechanical. We've reverse-engineered the contract.

i

Get your API key

Email + workspace domain. Key emitted instantly. No card. No sales call.

2 minutes
ii

Connect your calendars

OAuth Google Workspace, Microsoft 365, or both. Cross-org from day one. Same calendars Clockwise managed.

5 minutes
iii

Swap your endpoints

Replace your Clockwise Calendar Sync URLs with api.oneslate.tech/v1/*. The shapes are similar enough that most teams ship same-day.

20 minutes
A note from the founder

I built OneSlate because I'm the customer. I'm a director at one company, CMO at another, advisor at a fund, founder of a third. Clockwise was never going to work for me — none of these tools were.

If you're feeling abandoned by the Clockwise sunset, I get it. The good news: you don't need another tool. You need infrastructure. Email me directly if you want to think through whether OneSlate is right for you.

Junichiro Onojima
Founder, OneSlate ── onojun@oneslate.tech

Get an API key. Be running today.

You don't need to commit to anything. Connect a calendar, make a few API calls, see whether the shape of OneSlate fits your stack.

Get your API key
Or email Onojun directly if you'd rather talk first.