✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView Kanban for WP Meetings

WP Meetings stores each meeting as a meeting post type with start, host, attendees, and a status meta key for scheduled, in progress, completed, or cancelled. SleekView reads those rows, groups by meeting status, and shows host and attendees on every card.

♾️ Lifetime License available

SleekView Kanban board for WP Meetings

Read your WP Meetings backlog as a pipeline

WP Meetings registers a meeting custom post type with start and end meta, a host user ID, an attendees list, an agenda field, and a meeting status meta key that typically holds scheduled, in_progress, completed, or cancelled. The standard WordPress post_status still controls whether the meeting record is published or private. The default admin screen is a list table sorted by date with a status filter dropdown.

SleekView reads the meeting post type and joins the meeting-status meta, the host user lookup, and the attendees list. Flip the view to Kanban and pick the meeting-status meta key as the group column. SleekView builds columns for Scheduled, In Progress, Completed, and Cancelled and renders one card per meeting with the title, the start time, the host display name, and the attendee count on the front. Long agendas stay in the detail drawer so the board front is scannable.

Drag a meeting from Scheduled to In Progress and SleekView updates the meeting-status meta through update_post_meta, then fires a standard WordPress action hook so any WP Meetings notification or calendar sync that already listens for status changes runs the same way as it would from the admin screen. Recurring meetings show the parent series row so the board does not get spammed with every weekly instance.

Workflow

From meeting posts to a kanban in four steps

1

Connect SleekView to WP Meetings

Add a SleekView data source for the meeting post type and join start, end, host_user_id, attendees, and the meeting-status meta key. SleekView reads them through the standard WordPress meta query so any extra fields you store on a meeting are available too.
2

Pick meeting status as the group column

Switch the view to Kanban and pick the meeting-status meta key as the column field. SleekView builds columns for Scheduled, In Progress, Completed, and Cancelled, with any custom statuses your install uses showing up automatically.
3

Choose what shows on each card

Render the meeting title, the start time, the host name from wp_users, and the attendee count on the card front. The agenda, the long description, and any custom field stay in the detail drawer for participants who need them.
4

Enable drag and drop writeback

Turn on writeback for the meeting-status meta key. Dragging a meeting between columns calls update_post_meta and fires the standard WordPress action so any notification, calendar sync, or capacity check listening for status changes runs the same way it does today.

Sample board

Sample WP Meetings board

Four columns built from the meeting-status meta on the meeting post type, with three example meetings on each card front showing the start time and host.
Scheduled
18
Weekly product sync
Mon 10:00, host Maya, 8 attendees
Quarterly board update
Thu 15:00, host Sam, 6 attendees
Partner onboarding call
Tue 14:30, host Daniel, 4 attendees
In Progress
2
Customer success review
Today 11:00, host Anna, 5 attendees
Engineering sync
Today 11:30, host Felix, 9 attendees
Marketing standup
Today 12:00, host Priya, 6 attendees
Completed
94
Roadmap planning
Yesterday 14:00, host Sam
Sales pipeline review
Yesterday 15:30, host Tom
Hiring loop kickoff
Yesterday 16:00, host Mira
Cancelled
5
Press briefing rescheduled
Was Wed 09:00, host PR
Vendor demo skipped
Was Thu 14:00, host Ops
Internal review cancelled
Was Fri 11:00, host People

Comparison

Default WP Meetings admin vs SleekView Kanban

Default WP Meetings

  • Default Meetings is a paginated list with a status dropdown, no board mode
  • Host and attendee count live in separate columns, not stacked on one card
  • Status changes require a row click into the meeting edit screen
  • Recurring meetings clutter the list with every instance instead of the parent series
  • No saved view per role for hosts, coordinators, or owners

SleekView Kanban

  • Group meeting rows by the meeting-status meta key with one column per stage
  • Card fronts show title, start time, host display name, and attendee count
  • Drag and drop writes back through update_post_meta with status hooks
  • Recurring meetings surface the parent series, not every weekly instance
  • Saved boards per role and embeddable on the frontend with role scoping

Features

What SleekView Kanban gives you for WP Meetings

Meeting meta on the card front

Start time, host name, attendee count, and meeting-status meta land on the card front so the board reads as a real scheduling pipeline rather than a flat list.

Drag and drop writeback

Moving a meeting between columns updates the meeting-status meta through update_post_meta and fires a WordPress action so notifications and calendar syncs continue to run normally.

Boards per host

Group by host user ID for a workload board across the team, or scope a board to one host so they only see their own meetings on a dedicated screen.

Audience

Who runs a WP Meetings board with SleekView

Operations teams

Watch the Scheduled and In Progress columns to see what is happening right now and what is queued for the rest of the day.

Coordinators

Group by host to balance meeting load across the team and spot who is in back-to-back sessions all week.

Site owners

Audit the Cancelled column to spot patterns of rescheduling and cancellation across teams over the last month.

The bigger picture

Meetings are a pipeline, the admin treats them as a list

Every WP Meetings install ends up with the same shape of data. There are meetings scheduled for the next week, a few happening right now, a long tail of completed meetings, and a handful of cancellations. The default admin presents that as a list table with a status dropdown, which works for editing a single meeting and falls apart for any coordinator trying to see the whole programme.

SleekView reads the same meeting post type and turns the status meta into real columns. The team sees what is on today, what is queued for the week, what is finished, and what was cancelled. Hosts can pull a board scoped to their own meetings.

Coordinators can group by host to balance load. Drag and drop writes back through update_post_meta and fires the same hooks the admin uses, so notifications and calendar syncs keep running normally on every move.

Questions

Common questions about SleekView Kanban for WP Meetings

From the meeting-status meta key WP Meetings stores per row. The standard post_status field controls whether the meeting record is published or private, but the actual scheduling stage (Scheduled, In Progress, Completed, Cancelled) lives in a dedicated meta key that the board groups by.

 

Yes. SleekView writes the new value through update_post_meta and fires a standard WordPress action so any WP Meetings notification, calendar sync, or capacity check listening for status changes runs the same way it does from the admin screen.

 

WP Meetings stores recurring meetings as a parent post with a recurring rule in meta. The board reads the parent row, so a weekly meeting shows as a single card and not 52 cards. Individual occurrences stay accessible from the detail drawer.

 

Yes. Host user ID is a valid group column, so a board can show one column per host with all of their meetings stacked underneath. Capacity coordinators use this to balance meeting load across the team.

 

Yes. The board filter accepts the attendees meta key, so a host or attendee can pull a board scoped to their own meetings only. The same filter feeds the saved view for a role-scoped frontend embed.

 

Yes. Any saved kanban view can be embedded on a frontend page through the SleekView shortcode with role-based access, so a host or coordinator can run the board without a wp-admin login.

 

Yes. Drag actions hit the same edit_post and edit_others_posts checks the WordPress admin uses, plus the WP Meetings host capability where it applies, so users can only move meetings they have the right to manage.

 

Only if your WP Meetings setup already hooks the cancelled status to send notifications. SleekView fires the standard WordPress action on the meta update, so existing notification logic runs the same way as a manual status change in the admin.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView