Schedule events. Programmatically.
A full REST API with OpenAPI spec. Let your AI agent create events, manage tickets, and automate scheduling with simple HTTP requests.
Everything your agent needs
A complete toolkit for programmatic event management.
Full REST API
Create, read, update, and delete schedules, events, tickets, and sub-schedules. Standard HTTP methods, JSON responses, and predictable URL structure.
"name": "AI Meetup",
"starts_at": "2025-06-15",
"venue": "Tech Hub SF"
}
"id": 42,
"name": "AI Meetup",
"url": "..."
}
Smart event creation
Send event details and the API auto-resolves venues, members, and categories. No need to look up IDs first.
One link for everything
Every schedule gets a public URL your agent can share. Events, tickets, and iCal feeds all accessible from one link.
Ticket management
Create ticket types, set prices, and track sales through the API. Zero platform fees on all ticket sales.
Recurring events
Set up repeating events with flexible patterns. Daily, weekly, monthly, or custom recurrence rules.
Multi-language
Events auto-translate to 10 languages. Reach a global audience without extra work.
OpenAPI spec
Download the OpenAPI 3.0 spec to auto-generate client libraries in any language.
Built for every kind of integration
Whatever you're building, the API has you covered.
AI Assistants
Give your AI assistant the ability to create and manage events for users through natural conversation.
Developer Tools & Scripts
Automate event management with scripts, CLI tools, and custom integrations using the REST API.
Community Bots
Build Discord, Slack, or Telegram bots that create events and notify community members automatically.
Booking Platforms
Integrate event creation and ticket management into your existing booking or reservation system.
Calendar Aggregators
Pull events from Event Schedule into aggregation services and cross-platform calendar views.
Custom Integrations
Use the OpenAPI spec to generate client libraries and build custom integrations in any language.
Three steps to your first API call
Get your API key
Sign up for free and generate an API key from your account settings. Pro plan required for write operations.
Create a schedule
POST to /api/schedules with a name and subdomain. Your schedule is live instantly.
Start managing events
Create events, set up tickets, and manage your schedule programmatically. Check the API docs for the full reference.
Give your agent the power of scheduling.
Full REST API. OpenAPI spec. Zero platform fees.
Read the API DocsPro plan required for write operations