Super Simple Event Calendar is an event calendar for people who just want something simple for events.
Super Simple Event Calendar is an event calendar for people who just want something simple for events.
The goal is to provide a simple way to show events to your visitors.
Current features include:
If you have a problem or a feature request, please post it on the plugin’s support forum on wordpress.org. I will do my best to respond as soon as possible.
If you send me an email, I will not reply. Please use the support forum.
Translations can be added very easily through GlotPress.
You can start translating strings there for your locale. They need to be validated though, so if there’s no validator yet, and you want to apply for being validator (PTE), please post it on the support forum.
I will make a request on make/polyglots to have you added as validator for this plugin/locale.
Check out the demo at my local chess club Pegasus.
This plugin is compatible with ClassicPress.
This plugin is also available in Codeberg.
What I do is use the title field for the date and possibly day. Use the content for content, description and everything.
In the publishing postbox I set the date to the end date and end time of the event, so it will be listed under future events for as long as it lasts.
The plugin itself is released under the GNU General Public License. A copy of this license can be found at the license homepage or in the super-simple-event-calendar.php file at the top.
Translations can be added very easily through GlotPress.
You can start translating strings there for your locale.
They need to be validated though, so if there’s no validator yet, and you want to apply for being validator (PTE), please post it on the support forum.
I will make a request on make/polyglots to have you added as validator for this plugin/locale.
You can use a shortcode parameter for showing events only from certain categories (seasons really):
[super_simple_event_calendar season="213,212"]
You can use a shortcode parameter for showing events a limited number of events:
[super_simple_event_calendar posts_per_page="3"]
You can use a shortcode parameter for showing events with a different status, or from multiple statuses (statii?) in a comma-separated list:
[super_simple_event_calendar status="future,publish"]
You can use a shortcode parameter for order of events (either DESC or ASC):
[super_simple_event_calendar order="DESC"]
There is a Quick Edit menu option that might suit your needs. Myself I now use a Duplicate Post plugin to add events.
You can add a shortcode to the shortcode block under Appearance > Widgets. It has similar parameters as the widget, like:
[super_simple_event_calendar_widget title="My Special Calendar" num_entries="5" season="3" postid="28921"]
Defaults are: title = Calendar, title of the widget or block. num_entries = 3, number of events shown. season = 0, show only events from this term. postid = 0, postid of the calendar page, will become a link.
= 1.5.0
* 2022-12-06
* Set event to status ‘publish’ in case of a missed cronjob.
* Improve default datetime on quick edit.
* Improve styling of update message on quick edit.
* Fix output message in shortcode if there are no events.