Simple Event Scheduler

Create and manage events scheduling for registered site users and presenting it as a calendar.

Author:Andrey Denisov (profile at wordpress.org)
WordPress version required:4.1
WordPress version tested:5.1.16
Plugin version:1.0.0
Added to WordPress repository:28-04-2018
Last updated:28-07-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://se-scheduler.website.tk
Total downloads:859
plugin download
Click to start download

Simple Event Scheduler plugin is designed for managing events scheduling for registered site users and presenting it as a calendar.

The key control of the plugin is Event Calendar.

This plugin gives the next main advantages:
– Shortcode for web control with special parameter for selecting the events owner – current user, current post author, user id or all users
– Customizable date and time format – plugin uses WordPress site settings, admin can change it from standard WordPress settings page
– Timezones for users – all dates and times will be shown according to the selected timezone
– Registered users can mark that they are going to visit event
– Dashboard page: admin can edit users events, set their time zone
– Uploading events for the next dates via Ajax, without page reload
– Reduced Ajax traffic for better performance and faster data upload
– Standard form for creating and editing events with name and duration fields, and captcha for preventing malicious requests

Event Calendar control shows users events as a calendar. Each column of this calendar is a day, events are shown from top to bottom ordered by start time. Ajax is used for uploading the events for next days, so user don’t need to wait the page reloading. Being shown for event owner, it allows to create, edit or delete an event. When shown for other users, it gives the opportunity to set or cancel visit mark for events.

Simple Event Scheduler allows users to manage their events and time zone from WordPress dashboard. And super admin can manage all events and user time zones of the site.

Shortcode:
[se_scheduler_eventcalendar for_user=”current|post_author|UID”]

for_user parameter:
– current – control is shown for the current signed-in user
– post_author – control is shown for the current post author inside the WordPress loop
– UID – non-negative integer, control is shown for WordPress user with this ID
– no for_user parameter or empty value – control shows events of all users