Events and recurring series
One-off events or daily, weekly, monthly, and yearly series. Occurrences are pre-computed, so long series never slow a page down.
WordPress events plugin · Free & Pro · v1.0.0
Eventonomy handles the calendar, the RSVPs, and the tickets. Attendee data stays in your database. Nobody takes a cut of your ticket sales.
WordPress 6.5+ · PHP 8.1+ · English + 6 translations
The core kit
One plugin covers the full run of an event. No addon shopping list.
One-off events or daily, weekly, monthly, and yearly series. Occurrences are pre-computed, so long series never slow a page down.
Going, maybe, or no, with guest counts and capacity caps. When an event fills up, a waitlist catches the overflow.
Sell paid tickets through Stripe, PayPal, Square, Mollie, or WooCommerce. Tax, booking fees, and coupons are built in.
Grid, List, Month, and Upcoming views with pretty URLs and a visitor view switcher. Pro adds Week and Day grids.
A shared catalog of venues and organizers that any event can reference. Enter an address once, reuse it forever.
A /my-events/ hub where attendees track their RSVPs and organizers manage events, attendees, and exports in one place.
RSVPs
Members RSVP in one click. Guests use a name and an email, then manage everything through a magic link.
Ticketing · Pro
Eventbrite-style platforms take a fee on every ticket. Eventonomy Pro charges a flat license, and your gateway fees are the only fees.
The workflow
Draft the event in the block editor or the admin console. Add tickets, questions, and capacity.
The event goes live at a pretty URL with SEO markup and an add-to-calendar button.
Members and guests respond, the waitlist fills, and ticket orders land in your admin.
Branded emails go out automatically. Pro adds scheduled reminders and SMS via Twilio.
On event day, the Pro check-in scanner marks attendees at the door from any phone.
For developers
Every block, admin screen, and CLI command talks to the same 56 endpoints under eventonomy/v1.
Your integrations use the exact contract the plugin uses.
{
"items": [
{
"id": 214,
"title": "Makers meetup - July",
"starts_at": "2026-07-16T18:30:00Z",
"venue": "Hall B",
"rsvp_going": 42
}
],
"total": 124,
"pages": 11,
"has_more": true,
"next_cursor": "470"
} Pick a ticket
Start free with the whole RSVP workflow. Add Pro when tickets, reminders, or reports matter.
$0
forever
$48/yr $69
from, 1 site · 30% off with EarlyBird
Full matrix on the Free vs Pro page.
Questions
Yes. The free plugin includes unlimited events, RSVPs with waitlists, four calendar views, recurring events, and the member dashboard. Pro adds paid tickets and organizer tools on top.
No. Events live in 9 custom database tables built for event data. Your event queries never compete with posts and post meta, so large sites stay fast.
Eventonomy Pro checks out through Stripe, PayPal, Square, Mollie, or WooCommerce. The free plugin handles free RSVPs and needs no gateway at all.
Yes. All 18 blocks are standard WordPress blocks that inherit your theme styles. They work in block themes and classic themes without template overrides.
Yes. A guest RSVPs with a name and an email address. They receive a magic link to manage or cancel that RSVP later, no login required.
Both plugins update from your WordPress dashboard like any other plugin. Pro updates and support require an active license key from wbcomdesigns.com.
Install the free plugin, run the setup check, publish. The demo seeder even fills a sample calendar for you.