natural language event parserNLP calendar APIautomated event planningsmart schedule generatortext to calendar converter

Event Planner API

Convert natural language text into structured event schedules and travel plans instantly.

Transform free-text event descriptions into precise timestamps for event start, recommended departure, and wakeup times. This NLP-powered engine automates calendar planning with built-in travel buffers and confidence scoring. No external API calls — 100% server-side.

POST/api/trpc/eventPlanner.generate
3 tokens / callAPI online

How it works

Three steps. No complex setup.

1

Send your request

Make a POST with the data you want to analyze. Include your API key in the Authorization header.

2

We process server-side

Our engine validates, analyzes and enriches the data in under 200ms. No external APIs, no network latency.

3

Receive the result

Typed JSON with all documented fields. Clear errors if something fails. Production ready.

Who is it for?

Productivity apps
Personal assistants
Calendar automation
Internal tools

Response example

Real input and output. What you send and what you get back.

// Input

{
  "text": "mañana tengo que ir a Galdakao a las 8"
}

// Output

{
  "event_time": "2026-04-22T08:00:00.000Z",
  "departure_time": "2026-04-22T07:20:00.000Z",
  "wakeup_time": "2026-04-22T06:50:00.000Z",
  "estimated_travel_time_minutes": 30,
  "buffer_minutes": 10,
  "confidence": "high",
  "suggested_calendar_title": "Meeting in Galdakao",
  "is_recurring": false
}

Try it now

// live demo — no account needed to try

Playground

Demo activa3 tokens

Integrate into your project

Copy and paste. Replace YOUR_API_KEY with your real key.

curl -X POST https://jsnhengine.com/api/trpc/eventPlanner.generate \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{"json": {"text":"mañana tengo que ir a Galdakao a las 8"}}'

Why choose JSNH Engine Lab

Low latency

Responses in under 200ms

Secure authentication

API keys with per-plan rate limiting

Usage tracking

Every request logged with metrics

Production ready

Input validation and typed errors

Frequently asked questions

Everything you need to know before integrating.

Other modules

Expand your integration with more APIs from the catalogue.

// production ready

Start using Event Planner API

Sign up free and get 1,000 tokens to start. No credit card. No complex setup.