✨ 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 FullCalendar

WP FullCalendar wraps fullcalendar.io around a configurable WordPress post type, with start, end, and all-day meta keys per row. SleekView reads the same post type, groups by post_status or a taxonomy, and shows one card per event with the date and author on the front.

♾️ Lifetime License available

SleekView Kanban board for WP FullCalendar

Read WP FullCalendar events as columns, not just a month grid

WP FullCalendar is a plugin that wraps the fullcalendar.io frontend library around any WordPress post type you configure, usually event or one of the popular event plugins like Events Manager or The Events Calendar. Per row, the plugin expects start and end meta keys plus an optional all-day flag, and it reads the post title and excerpt for the calendar tooltip. The result is a month, week, or list grid on the frontend.

SleekView reads the same configured post type and joins the start, end, and all-day meta keys plus any taxonomy terms registered for the type. Flip the view to Kanban and pick the group column. post_status gives an editorial pipeline of draft, scheduled, and published events. A category or event-type taxonomy gives a programming board of webinars, in-person, and workshops. The card front shows the event title, the start date, the location if you have a location meta key, and the author.

Drag a card from Draft into Future and SleekView writes the new post_status through wp_update_post, which fires transition_post_status and save_post so the WP FullCalendar feed refreshes on the next render. Grouping by a taxonomy uses wp_set_object_terms on drag, with the same capability checks the admin Edit Post screen uses.

Workflow

From fullcalendar events to a kanban in four steps

1

Connect SleekView to the WP FullCalendar post type

Add a SleekView data source for the post type WP FullCalendar is configured to read. SleekView joins the start, end, and all-day meta keys and any registered taxonomy terms so the kanban has the same fields the calendar feed already exposes.
2

Pick the group column

Switch the view to Kanban and pick post_status for an editorial pipeline or an event-type taxonomy for a programming board. SleekView builds columns from the distinct values already on your rows.
3

Choose what shows on each card

Render the event title as the headline with the start date and the location on the meta line. Authors, taxonomy terms, and any custom meta key on the row stay available in the detail drawer for support staff.
4

Enable drag and drop writeback

Turn on writeback for the group column. Dragging a card runs wp_update_post for status changes or wp_set_object_terms for taxonomy changes, fires the standard hooks, and refreshes the WP FullCalendar feed on the next render.

Sample board

Sample WP FullCalendar editorial board

Four columns built from post_status on the configured event post type, with three example events on each card front showing the start date and the author.
Draft
10
Annual roadmap reveal
Nov 14 at HQ Auditorium
Customer summit keynote
Nov 28 at Convention Center
Holiday community party
Dec 12 at Rooftop Bar
Scheduled
16
Weekly product office hours
Jul 15 at Online Webinar
Migration planning session
Jul 22 at Zoom Webinar
Onboarding wave six
Jul 29 at Training Hub
Published
53
Designer meetup Berlin
Jun 06 at Studio Mitte
Open coffee Hamburg
Jun 13 at Cafe Schoene
Founders breakfast Munich
Jun 20 at Hotel Bayerischer Hof
Private
4
Board strategy retreat
Sep 18 at Schloss Elmau
Compensation cycle review
Sep 30 at HQ Boardroom
Investor update briefing
Oct 12 at Private Office

Comparison

Default WP FullCalendar grid vs SleekView Kanban

Default WP FullCalendar

  • WP FullCalendar renders fullcalendar.io grids, which are date-first, not pipeline-first
  • No admin board mode for grouping events by status, category, or organiser
  • Bulk edit changes status but you still scroll the list to see what moved
  • Location and author meta are not surfaced on the calendar grid at a glance
  • No saved view per role for editorial, marketing, or community managers

SleekView Kanban

  • Group the configured event post type by post_status or any taxonomy
  • Card fronts show title, start date, location, and author
  • Drag and drop writes back through wp_update_post or wp_set_object_terms
  • WP FullCalendar feed refreshes on the next render after a drag
  • Saved boards per role and embeddable on the frontend

Features

What SleekView Kanban gives you for WP FullCalendar

Event meta on the card front

Start date, end date, all-day flag, location, taxonomy terms, and author land on the card front so the board reads as a working schedule rather than a colour-coded grid.

Drag and drop writeback

Drag for a status change calls wp_update_post, drag for a taxonomy change calls wp_set_object_terms, and the WP FullCalendar feed reflects both on the next render.

Group by status or taxonomy

post_status gives the editorial pipeline, an event-type taxonomy gives a programming board, and grouping by author gives a workload board on the same configured post type.

Audience

Who runs a WP FullCalendar board with SleekView

Editorial teams

Move events from Draft to Future to Publish as copy lands and dates are confirmed without scrolling the list.

Marketing managers

Watch the Scheduled column to see what is queued for the next month and balance the cadence across categories.

Community managers

Group by an event-type taxonomy to see webinars, in-person, and workshops side by side in one editable board.

The bigger picture

fullcalendar.io is a grid, your team needs a pipeline

fullcalendar.io is one of the cleanest calendar UIs on the web and WP FullCalendar puts it on top of any WordPress post type. The result is a great frontend grid for visitors and a good admin view for date-driven editing. What it does not give a team is a pipeline.

Editors cannot see at a glance how many events are still in Draft for next month. Marketing cannot see workshops queued against webinars and in-person events. Community managers cannot quickly spot which organiser is doing too much.

SleekView reads the same configured post type and lays it out as a board. The frontend grid stays as fullcalendar.io. The team finally has a kanban for the same events, with drag and drop writeback through the standard WordPress hooks so the calendar feed stays in sync.

Questions

Common questions about SleekView Kanban for WP FullCalendar

Whatever post type WP FullCalendar is configured to read on your install. SleekView reads from the same source, so an event custom post type, a third-party events post type, or even a custom non-event post type used as a calendar all work.

 

Yes. Drag actions go through wp_update_post and wp_set_object_terms, which fire the standard WordPress hooks. The WP FullCalendar feed reads from the same post type, so the next render picks up the new status or terms.

 

Yes. Grouping by start date in week or month buckets gives a calendar-style board. Most teams pick post_status for a pipeline view, but the column field is configurable per board.

 

Yes. Drag actions hit the same edit_post and edit_others_posts checks the WordPress admin uses, so contributors only move their own drafts and editors see the full pipeline.

 

Yes. The board filter accepts taxonomy terms, author IDs, and meta values, so a board can be limited to a single event category, a single organiser, or any meta-defined group on the same post type.

 

No. The board reads the parent post, not the rendered occurrences. WP FullCalendar expands occurrences for the frontend grid, the board stays one card per series.

 

Yes. Any saved kanban view can be embedded through the SleekView shortcode with role-based access, so an event manager can run the pipeline without a wp-admin login.

 

Yes. WP FullCalendar can be configured to read events from those plugins. SleekView reads the same post type and provides the same kanban view, with all the meta keys those plugins store available for grouping and display.

 

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