Title: VentoCalendar
Author: Alberto Gato Otero
Published: <strong>January 9, 2026</strong>
Last modified: February 8, 2026

---

Search plugins

![](https://ps.w.org/ventocalendar/assets/banner-772x250.png?rev=3456478)

![](https://ps.w.org/ventocalendar/assets/icon.svg?rev=3436235)

# VentoCalendar

 By [Alberto Gato Otero](https://profiles.wordpress.org/albertogato/)

[Download](https://downloads.wordpress.org/plugin/ventocalendar.1.1.4.zip)

 * [Details](https://wordpress.org/plugins/ventocalendar/#description)
 * [Reviews](https://wordpress.org/plugins/ventocalendar/#reviews)
 *  [Installation](https://wordpress.org/plugins/ventocalendar/#installation)
 * [Development](https://wordpress.org/plugins/ventocalendar/#developers)

 [Support](https://wordpress.org/support/plugin/ventocalendar/)

## Description

VentoCalendar is a powerful yet simple WordPress plugin for creating and managing
events. It provides an intuitive interface for adding events with start and end 
dates, customizable colors, and an interactive calendar view.

**Free and privacy-friendly plugin:** No ads, no tracking, no external services 
required. All your event data stays on your server. Developed with WordPress coding
standards and best practices in mind.

#### Features

 * **Custom Event Post Type** – Dedicated post type for events with all WordPress
   features
 * **Date & Time Management** – Easy-to-use datetime picker for start and end dates
 * **Color Coding** – Assign custom colors to events for better visual organization
 * **Interactive Calendar** – Beautiful calendar with selectable view type (monthly
   calendar or event list), with “Add to my calendar” buttons for Google Calendar
   and Apple Calendar.
 * **Layout Options** – Choose between basic, compact, or clean layouts to customize
   the calendar appearance
 * **Gutenberg Blocks** – Two custom blocks for displaying calendars and event information
 * **Shortcodes** – Flexible shortcodes for displaying calendars and event information
   anywhere
 * **REST API** – Built-in REST API endpoints for custom integrations
 * **Responsive Design** – Fully responsive calendar that works on all devices
 * **Internationalization Ready** – Fully translatable with .pot file included

#### Gutenberg Blocks

 1. **Calendar Block** – Show a monthly calendar view with all your events
 2. **Event Info Block** – Display event date and time information using your WordPress
    date/time formats

#### Shortcodes

 * `[ventocalendar-calendar]` – Display full calendar view
 * `[ventocalendar-start-date]` – Display event start date
 * `[ventocalendar-end-date]` – Display event end date
 * `[ventocalendar-start-time]` – Display event start time
 * `[ventocalendar-end-time]` – Display event end time

All shortcodes use the date and time formats configured in Settings  General.

#### Perfect For

 * Community organizations
 * Event venues
 * Churches and religious organizations
 * Schools and universities
 * Business event calendars
 * Conference websites
 * Workshop and class schedules

### Privacy & Compliance

VentoCalendar is designed with privacy and WordPress.org guidelines in mind:

#### License

 * **GPLv2 or later** – This plugin is free software licensed under the GNU General
   Public License v2 or later
 * Designed to comply with WordPress.org guidelines
 * All code is open source and available for review

#### No Obfuscated Code

 * All JavaScript, PHP, and CSS code is readable and unminified
 * No build process or compilation required
 * All source code is human-readable and editable
 * No hidden functionality or encrypted code

#### No External Services Required

 * **Self-hosted solution** – All functionality runs on your WordPress server
 * No mandatory third-party services or API keys required
 * Vue.js library is bundled with the plugin and loaded locally (no CDN).
 * No external accounts, subscriptions, or paid services needed

#### No Advertising

 * The plugin does not display advertisements in the WordPress admin area or on 
   the frontend.
 * No affiliate links or sponsored content are included.
 * All features are available without promotional notices or upsells.

#### Privacy Friendly

 * The plugin does not collect, track, or transmit user data to external services
 * No analytics, tracking scripts, or cookies are added by the plugin
 * Event data is stored locally in the WordPress database and remains under the 
   site owner’s control
 * The plugin operates entirely within the WordPress environment without external
   communication

#### What Data is Stored

 * Event information (titles, descriptions, dates, colors) – stored in WordPress
   database
 * All data remains on your server under your control
 * No external communication or data sharing

### Developer Notes

#### Architecture

The plugin follows WordPress Plugin Boilerplate architecture with a centralized 
loader system. All hooks are registered through the main plugin class.

#### REST API

**Endpoint:** `GET /wp-json/ventocalendar/v1/events`

**Parameters:**
 * `start` (optional) – Start date filter (Y-m-d format) * `end`(
optional) – End date filter (Y-m-d format)

**Response:** Array of event objects with id, title, dates, times, color, and permalink.

#### File Structure

 * `admin/` – Admin-specific functionality (PHP, JS, CSS)
 * `public/` – Public-facing functionality (PHP, JS, CSS)
 * `includes/` – Core plugin classes
 * `includes/blocks/` – Gutenberg block classes
 * `includes/cpt/` – Custom post type definitions
 * `languages/` – Translation files

#### Development

No build process required. All files are unminified and ready for direct editing.
The plugin uses standard WordPress enqueue functions for all assets.

### Donations

This plugin is free. Donations are voluntary support for its development.

If you find VentoCalendar useful, you can support its development here: [Donate via Ko-fi](https://ko-fi.com/albertogato)

### Support

For support, feature requests, or bug reports, please visit the plugin’s support
forum on WordPress.org.

### Credits

 * Built using [WordPress Plugin Boilerplate](https://github.com/DevinVinson/WordPress-Plugin-Boilerplate)
 * Calendar powered by [Vue.js](https://vuejs.org/)

## Screenshots

 * [[
 * Event edit screen with datetime picker and color selector
 * [[
 * Monthly calendar view with color-coded events
 * [[
 * Event modal showing event details
 * [[
 * Gutenberg blocks in the editor
 * [[
 * Plugin settings page
 * [[
 * Mobile responsive calendar view

## Blocks

This plugin provides 2 blocks.

 *   Events Calendar
 *   Event Info

## Installation

#### Automatic Installation

 1. Log in to your WordPress admin panel
 2. Navigate to Plugins  Add New
 3. Search for “VentoCalendar”
 4. Click “Install Now” and then “Activate”

#### Manual Installation

 1. Download the plugin zip file
 2. Log in to your WordPress admin panel
 3. Navigate to Plugins  Add New  Upload Plugin
 4. Choose the downloaded zip file and click “Install Now”
 5. Activate the plugin through the ‘Plugins’ menu in WordPress

#### After Activation

 1. Go to VentoCalendar  Add New Event to create your first event
 2. Add event details including title, description, dates, and color
 3. Use the Calendar block or shortcode to display events on any page
 4. Visit Settings to configure automatic event info display

## FAQ

### How do I display the calendar on my website?

You can display the calendar in three ways:
 1. Use the Gutenberg block “VentoCalendar
Calendar” in the block editor 2. Use the shortcode `[ventocalendar-calendar]` in
any post or page 3. Add it directly to your theme template using `do_shortcode('[
ventocalendar-calendar]')`

### Can I customize the date and time formats?

Yes! The plugin uses the date and time formats configured in your WordPress Settings
General. All events, blocks, and shortcodes automatically use these formats for 
consistency across your site. To change the formats, simply update them in your 
WordPress general settings.

### Are the events shown in chronological order?

Yes, events are automatically sorted by date in the calendar view and REST API responses.

### Can I have multi-day events?

Absolutely! Events can span multiple days. Simply set different start and end dates,
and the calendar will display them as horizontal bars spanning the date range.

### Is the plugin translation ready?

Yes! The plugin includes a .pot file for translations and follows WordPress internationalization
best practices. Both PHP and JavaScript strings are translatable.

### Does it work with my theme?

VentoCalendar is designed to work with any properly coded WordPress theme. The calendar
uses minimal, theme-neutral styling that adapts to your site’s design.

### Can I customize the event colors?

Yes! Each event has a color picker that lets you choose any color. Events are displayed
with their assigned colors in the calendar view.

### How do I show event information automatically?

Go to VentoCalendar  Settings and check “Automatically display event information
on single event pages”. You can choose whether to display the start and end times.
Date and time formats use the WordPress general settings.

### Is there an API for developers?

Yes! The plugin includes REST API endpoints at `/wp-json/ventocalendar/v1/events`
for retrieving events.

## Reviews

![](https://secure.gravatar.com/avatar/8c2549e2ce92e6856b032fa5fdbdfd1e90509e291cb8fc3e90e8e2b38199897f?
s=60&d=retro&r=g)

### 󠀁[Very usefull](https://wordpress.org/support/topic/very-usefull-566/)󠁿

 [alexis14](https://profiles.wordpress.org/alexis14/) February 24, 2026 1 reply

Very well made. 100% recommended.

![](https://secure.gravatar.com/avatar/f71e368973b98a9c36af53040a6f4cbbfc26199e8581445cdf6213dcee8df793?
s=60&d=retro&r=g)

### 󠀁[Excellent Calendar Plugin](https://wordpress.org/support/topic/excellent-calendar-plugin-8/)󠁿

 [merl1](https://profiles.wordpress.org/merl1/) February 10, 2026 1 reply

This plugin is excellent. I’ve been using it for almost two weeks now and haven’t
had any issues at all. The configuration options are great, and the display on the
website looks really good, especially for a free plugin. The only downside at the
moment is that recurring events can’t be added yet. Aside from that, it’s highly
recommended. I previously used The Events Calendar, but it wasn’t very customizable
and didn’t look quite right on the website. Vento Calendar is almost perfect in 
comparison.

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/ventocalendar/reviews/)

## Contributors & Developers

“VentoCalendar” is open source software. The following people have contributed to
this plugin.

Contributors

 *   [ Alberto Gato Otero ](https://profiles.wordpress.org/albertogato/)

“VentoCalendar” has been translated into 4 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/ventocalendar/contributors)
for their contributions.

[Translate “VentoCalendar” into your language.](https://translate.wordpress.org/projects/wp-plugins/ventocalendar)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/ventocalendar/), check
out the [SVN repository](https://plugins.svn.wordpress.org/ventocalendar/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/ventocalendar/) 
by [RSS](https://plugins.trac.wordpress.org/log/ventocalendar/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.4

 * Improvement: modified algorithm that calculates event positions in the calendar

#### 1.1.3

 * Improvement: modified algorithm that calculates event positions in the calendar
 * Tweak: Minor CSS improvements

#### 1.1.2

 * Fix: Resolved timezone-related date offset in Add to Calendar URL generation
 * Tweak: Minor CSS improvements
 * Tweak: Minor adjustment to calendar bars positioning

#### 1.1.1

 * Regenerated POT file.

#### 1.1.0

 * View type setting added in calendar
 * Layout setting added in calendar
 * Add to calendar buttons added in calendar
 * Adjustments in UI and styles

#### 1.0.2

 * Corrected plugin version in main file and readme.

#### 1.0.1

 * Added Start and End Date columns in the Events admin list.
 * Adjusted and improved several UI strings for clarity.

#### 1.0.0

 * Initial release
 * Custom event post type with start/end dates
 * Color coding for events
 * Interactive Vue.js calendar
 * Gutenberg blocks for event info and calendar
 * Shortcodes for flexible display options
 * REST API endpoints
 * Fully responsive design
 * Internationalization support

## Meta

 *  Version **1.1.4**
 *  Last updated **2 months ago**
 *  Active installations **20+**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/ventocalendar/), [Galician](https://gl.wordpress.org/plugins/ventocalendar/),
   [Russian](https://ru.wordpress.org/plugins/ventocalendar/), [Spanish (Chile)](https://cl.wordpress.org/plugins/ventocalendar/),
   and [Spanish (Spain)](https://es.wordpress.org/plugins/ventocalendar/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/ventocalendar)
 * Tags
 * [calendar](https://wordpress.org/plugins/tags/calendar/)[event calendar](https://wordpress.org/plugins/tags/event-calendar/)
   [events](https://wordpress.org/plugins/tags/events/)[gutenberg](https://wordpress.org/plugins/tags/gutenberg/)
   [schedule](https://wordpress.org/plugins/tags/schedule/)
 *  [Advanced View](https://wordpress.org/plugins/ventocalendar/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/ventocalendar/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/ventocalendar/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/ventocalendar/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/ventocalendar/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/ventocalendar/reviews/?filter=1)

[Add my review](https://wordpress.org/support/plugin/ventocalendar/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/ventocalendar/reviews/)

## Contributors

 *   [ Alberto Gato Otero ](https://profiles.wordpress.org/albertogato/)

## Support

Issues resolved in last two months:

     0 out of 1

 [View support forum](https://wordpress.org/support/plugin/ventocalendar/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://ko-fi.com/albertogato)