✨ 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 for Sugar Calendar: events and bookings as tables

Sugar Calendar stores events in dedicated wp_sc_events and wp_sc_eventmeta tables for speed. SleekView reads them directly and renders a fast admin grid you can sort, filter, and edit inline.

♾️ Lifetime License available

SleekView table view for Sugar Calendar

Lightweight events, with a real grid

Sugar Calendar made an early architectural decision worth respecting: it stores events in wp_sc_events and wp_sc_eventmeta rather than the WordPress posts table. The result is a much faster calendar on busy sites, but the cost is that the default admin list does not get the benefits of the post-list machinery WordPress users are familiar with — saved filters, configurable columns, bulk edits.

SleekView reads wp_sc_events directly and joins event meta from wp_sc_eventmeta onto each row. Calendar, start, end, location, recurrence pattern, and any custom meta key promote to configurable columns. Inline edits write through the same Sugar Calendar APIs the plugin uses internally, so a rescheduled time updates the front-end calendar template and any scheduled email reminders without opening the event editor.

The grid keeps Sugar Calendar's lightweight performance and adds the admin ergonomics that scale with a busy schedule: sort upcoming events by start, filter to a single calendar for a team meeting view, group by recurrence to spot misconfigured weekly events. Saved views replace the per-question filter changes, and a CSV export of the active view hands the team the exact column set they need for offsite planning.

Workflow

From Sugar Calendar tables to a planning grid

1

Connect to wp_sc_events

Create a SleekView against the Sugar Calendar events table. Native columns — calendar, start, end, status, recurrence — are detected, with each meta key from wp_sc_eventmeta available to promote.
2

Promote meta as columns

Add location, organizer, attendee count, or any custom meta key as a column. Once promoted, the field behaves like any other for sort, filter, and saved-view inclusion.
3

Pin team views

Save filters like Internal calendar this week, Sales calendar pending, Holidays this quarter. Each view captures filters, columns, and sort for instant reopening.
4

Edit and export

Update times, locations, and statuses inline when plans shift. Bulk update during recurring schedule changes. Export the active view as CSV for offsite planning or stakeholder updates.

Sample columns

A typical Sugar Calendar events view

Events listed by start with calendar, location, and recurrence visible in one grid.
Source: wp_sc_events, wp_sc_eventmeta
Event Calendar Start End Location Status
Team Standup Internal 2026-04-26 09:00 2026-04-26 09:30 Zoom Active
Customer Demo Sales 2026-04-27 14:00 2026-04-27 15:00 Google Meet Tentative
Office Closed Holidays 2026-05-25 2026-05-25 Active
Webinar Marketing 2026-04-22 16:00 2026-04-22 17:00 Online Cancelled

Comparison

Default Sugar Calendar admin vs SleekView

Default Sugar Calendar admin

  • Default list lacks configurable columns
  • Cannot edit start or end times inline
  • Filtering across calendars requires multiple clicks
  • No saved views for upcoming or recurring events
  • Custom event meta is hidden behind the edit screen

SleekView

  • Configurable columns for any Sugar Calendar event field
  • Inline edits for time, location, and status
  • Saved views per calendar or status
  • Filter by date range or recurrence pattern
  • Bulk update events when plans change

Features

What SleekView gives you for Sugar Calendar

Plan by date range

Filter to the next two weeks, the current quarter, or a single day to plan ahead. Saved date-range views become the recurring planning rituals instead of one-off filter clicks.

Calendar filters

Slice events by calendar to keep team views and public views separate. The Internal calendar view stays out of marketing's way, and the Holidays calendar is one click for HR.

Edit event times

Update start and end times directly from the list when plans shift. Inline edits write through the same Sugar Calendar APIs the plugin uses internally, so the public calendar updates immediately.

Audience

Who uses SleekView for Sugar Calendar

Operations

Coordinate internal events without bouncing between admin screens. The saved Internal this week view replaces the daily Slack summary that ops usually pieces together by hand.

Editorial teams

Track publication dates and content events on a sortable grid. A saved view of upcoming Editorial calendar entries with status filters surfaces the week's slips before they become deadlines.

Marketing

Manage webinars, launches, and campaigns from one view. Group by calendar and sort by start to see the marketing flow against ops, editorial, and sales calendars in the same week.

The bigger picture

Why a fast calendar still needs a real admin grid

Sugar Calendar made the right tradeoff for performance — keeping events out of the WordPress posts table means a busy site does not pay the cost of a heavy posts query every time the public calendar renders. The downside is that the post-list affordances WordPress users expect — column toggles, saved searches, quick edit, bulk action — are not automatic; they have to be rebuilt or replaced. The default admin does this lightly: a list, a few filters, an edit screen.

That is fine for a single team using the plugin to coordinate weekly meetings, but it strains as soon as the calendar is split across multiple teams (Internal, Sales, Holidays, Marketing) or as the recurring schedule grows complex. Treating Sugar Calendar data as a real grid restores the admin ergonomics without losing the performance benefit. Saved views become the per-team dashboards each role revisits weekly, inline edits cut cycle time on schedule changes, and CSV exports replace the manual transcription that usually feeds offsite planning meetings.

The plugin keeps its speed; the workflow finally catches up.

Questions

Common questions about SleekView for Sugar Calendar

Yes. SleekView queries wp_sc_events and joins wp_sc_eventmeta directly, the same source Sugar Calendar's own admin and front-end templates read from. Numbers and dates match because both views resolve from the same canonical tables.

 

Yes. Any meta key in wp_sc_eventmeta can be promoted to a column. Once promoted, the key is filterable, sortable, and exportable like any other field. Custom keys added by add-ons or your own code are picked up automatically.

 

Yes. Recurrence patterns are visible as a column, and you can filter to specific occurrences or to the parent event in the series. The plugin's recurrence engine continues to drive expansion because SleekView only reads and writes through the same APIs.

 

Yes. SleekView is admin-only. The public Sugar Calendar shortcodes, blocks, and templates continue to render normally because all changes happen through the same APIs the plugin uses internally.

 

Yes. Time, location, calendar, and status are editable cells with validation. Inline edits write through Sugar Calendar's own APIs, so any hooks the plugin fires on save run normally.

 

Yes. Any filtered view exports cleanly with the columns you have selected. Saved views are particularly useful for recurring exports — set the columns once, then download the same layout each week or month without rebuilding the export.

 

Yes. The calendar field is a column, so filtering by calendar gives each team its own slice. Pair the calendar filter with a saved view per role — Operations, Editorial, Marketing — and each team opens the same plugin to a different operational dashboard.

 

A custom report works for one specific question. SleekView is built for repeat use: define columns, save a view, hand it to the next person on the team. The performance benefit of Sugar Calendar's custom tables is preserved either way because both approaches read from the same source.

 

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