CMSB Kalender
CMSB Kalender is a lightweight availability calendar for WordPress. It reads events from one Google Calendar iCal URL and displays the current month as available or booked. Included in this WordPress.org version: Shortcode [cmsbkalender] One Google iCal calendar Current month display Free/booked color display Mobile layout Optional legend Custom labels for available and booked days Server-side iCal loading with configurable cache time Basic recurring Google Calendar event handling for the current month Larger CMS-Buttler calendar versions with extended functionality are available as separate products outside this WordPress.org plugin package: https://cms-buttler.de/cmsb-kalender/ More powerful CMS-Buttler calendar versions The WordPress.org version is intentionally focused on a clear and lightweight free/booked month view. It is suitable when you only need to publish basic availability from one Google Calendar. The larger CMS-Buttler calendar products are separate packages outside this WordPress.org plugin and are designed for halls, clubs, venues, municipalities, rental locations, sports facilities, and organizations that need more control over public availability. Compared with many simple calendar plugins, the larger CMS-Buttler calendar versions focus on privacy-conscious occupancy display instead of publishing every event detail. They can show that a day is booked while hiding names, internal notes, rental details, or private information. Additional capabilities available in the larger CMS-Buttler calendar products may include: Multiple months instead of only the current month Half-day and partial-day occupancy with diagonal day display Configurable split hour for morning and afternoon bookings Mouseover details for events that are allowed to be public Privacy rules for private, confidential, and default-visibility Google Calendar events Keyword-based hiding for event titles and descriptions Description trimming from an internal marker such as Intern: Optional booked label when hidden event details are suppressed Extended design controls for colors, borders, legend, navigation, and day shape Manual synchronization for testing calendar changes immediately Sync status with information about loaded, skipped, changed, and recurring events Extended recurring Google Calendar event handling across multiple displayed months Website-side calendar cache clearing without changing the Google Calendar itself Larger package options for agencies or operators managing more complex calendar setups These larger versions are especially useful when the public website should answer the visitor’s main question quickly: “Is this date available or already booked?” At the same time, internal information can remain inside Google Calendar. More information is available at https://cms-buttler.de/cmsb-kalender/ External Services This plugin can use Google Calendar / Google iCal when a calendar URL is configured by the site administrator. Google Calendar / Google iCal: The plugin requests the iCal URL entered by the site administrator in order to load calendar events. The request is made server-side from the WordPress installation to the configured iCal URL. Data processed by Google depends on the calendar configuration and Google’s policies. Service provider: Google LLC Terms: https://policies.google.com/terms Privacy: https://policies.google.com/privacy
Top keywords
- calendar23×4.83%
- google17×3.57%
- google calendar9×1.89%
- booked7×1.47%
- cms-buttler7×1.47%
- ical7×1.47%
- available6×1.26%
- larger6×1.26%
- wordpress6×1.26%
- cms-buttler calendar5×1.05%
- event5×1.05%
- events5×1.05%
Icalviz
Icalviz connects to any public iCal feed and displays your availability day by day on any page or post, using a simple shortcode. Works with Google Calendar, Outlook, Apple Calendar, Nextcloud, and any service that exposes a public .ics link. Each day is automatically classified: 🟢 Free — no events scheduled 🟡 Partial availability — some time slots are taken 🔴 Fully booked — your entire working hours are covered Visitors can click any day to see occupied time slots in a clean timeline modal. Optionally display a call-to-action button (e.g. “Book this slot”) that links to your booking system. Why Icalviz? Stop copy-pasting your schedule into a webpage. Connect your Google Calendar, Outlook, Apple Calendar, or any iCal-compatible calendar — Icalviz reads your public iCal feed and updates automatically, every 30 minutes. Use cases 🏢 Meeting room & shared space booking — Display a room’s availability calendar so your team or clients can instantly see open slots, without logging into any system. 📅 Show your public availability as a freelancer or consultant — Let potential clients see when you are free before they even reach out. Display months of availability from your Google Calendar, Outlook or any iCal feed in seconds. 🎓 Training sessions & open office hours — Show students or participants which session slots are still open. Mark them as full automatically when your agenda is blocked. 🏡 Seasonal rental & short-stay property — Display your gîte, studio, or vacation rental availability directly on your WordPress site, synced live from any iCal-compatible calendar. 🚗 Fleet & equipment availability — Track and display the availability of a shared vehicle, camera kit, or any bookable asset — simply by blocking time in Google Calendar, Outlook, or any other iCal calendar. Key features Zero configuration — Paste your iCal URL, copy the shortcode, done. No API key required — Works with any public iCal feed: Google Calendar, Outlook, Apple Calendar, Nextcloud, and more. Responsive — 2 columns on desktop, 1 on mobile. Navigation arrows for multi-month views. Timeline modal — Click a day to see occupied time slots in a visual hourly timeline. Call-to-action button — Add a custom button (e.g. “Request a slot”) inside the modal, linking to your booking page or contact form. Custom labels — Rename “Free”, “Partial availability”, “Fully booked” to match your vocabulary. Dark mode — Built-in light and dark themes. Booking window — Limit how many days ahead users can see (e.g. next 90 days only). Onboarding wizard — Step-by-step setup guides you from iCal URL to ready shortcode in under a minute. Inline iCal tester — Paste a URL and instantly see whether it connects, how many events it contains, and what the next upcoming events are. Debug panel — One-click diagnostic report covering WordPress environment, plugin version, cache status, iCal feed health, and slot calculation trace. Designed for quick support. How it works Get your public iCal URL (.ics link) from your calendar app: Google Calendar: ⋮ → Settings and sharing → Make available to public → Public address in iCal format Outlook: Calendar settings → Shared calendars → Publish → ICS link Apple Calendar / iCloud: Calendar settings → Public Calendar → Copy link Any other app: look for “Subscribe”, “iCal export” or “public ICS link” In WordPress: go to Settings → Icalviz, paste your iCal URL and follow the 3-step wizard. Copy the generated shortcode and paste it into any page or post. Shortcode reference Basic: [icalviz url=”https://calendar.google.com/calendar/ical/…/basic.ics”] All options: [icalviz url=”…” start=”9″ end=”17″ months=”3″ days_ahead=”90″ show_titles=”0″ disable_modal=”0″ legend=”1″ theme=”light” lbl_free=”Available” lbl_partial=”Limited availability” lbl_full=”Fully booked” cta_label=”Request this slot” cta_url=”https://your-booking-page.com”] url (required) — Your public .ics iCal link (Google Calendar, Outlook, Apple Calendar, etc.) start (0–23, default: 8) — Start of your working day in hours end (1–24, default: 18) — End of your working day in hours months (1–12, default: 2) — Number of months to display days_ahead (0–730, default: 0) — Days ahead to show; 0 = unlimited show_titles (0 or 1, default: 0) — Show event titles in the modal timeline legend (0 or 1, default: 1) — Show colour legend below calendar theme (light / dark, default: light) — Colour theme lbl_free (text, default: Free) — Label for free days lbl_partial (text, default: Available) — Label for partially available days lbl_full (text, default: Fully booked) — Label for fully booked days cta_label (text) — Text for the call-to-action button in the modal cta_url (URL) — Link for the call-to-action button disable_modal (0 or 1, default: 0) — Disable day-click modal; show only availability colour Privacy Icalviz connects only to the iCal URL you provide. No data is sent to any third party. The iCal feed is cached locally in your WordPress database for 30 minutes. If show_titles is set to 0 (default), event titles are never exposed to visitors. Requirements WordPress 5.8 or higher PHP 7.4 or higher A public iCal URL (.ics link) from Google Calendar, Outlook, Apple Calendar, Nextcloud, or any iCal-compatible service Your WordPress timezone must be set correctly (Settings → General → Timezone)