Events Manager – Calendar, Bookings, Tickets, and more!
Events calendar with bookings, scheduling, appointments, event registration, tickets, recurring events, and venue management.
12 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_dbem_events | Stores dbem events data created by this plugin. | Static |
| wp_em_bookings | Stores em bookings data created by this plugin. | Static |
| wp_em_bookings_meta | Stores additional metadata (key-value pairs) for em bookings records. | Static |
| wp_em_event_recurrences | Stores em event recurrences data created by this plugin. | Static |
| wp_em_event_timeslots | Stores em event timeslots data created by this plugin. | Static |
| wp_em_events | Stores em events data created by this plugin. | Static |
| wp_em_locations | Stores em locations data created by this plugin. | Static |
| wp_em_meta | Stores additional metadata (key-value pairs) for em records. | Static |
| wp_em_tickets | Stores em tickets data created by this plugin. | Static |
| wp_em_tickets_bookings | Stores em tickets bookings data created by this plugin. | Static |
| wp_em_tickets_bookings_meta | Stores additional metadata (key-value pairs) for em tickets bookings records. | Static |
| wp_em_timeranges | Stores em timeranges data created by this plugin. | Static |