Event scheduler can be used for planning of recurring events.
Example: If you are in a small sports club, you could plan weekly games.
Members will be able to join or cancel, so other members can see who
participates in the game.
You can plan vacation schedules, where no events will be scheduled.
Last but not least you can notify users that have not yet accepted or
declined the event by email.
- Download and activate the "Event Scheduler" plugin.
- Insert shortcode "event_scheduler_event_list" on a page.
- Configure the plugins through the settings page and fill all required fields.
- The "WP-Members" plugin is required. Event Scheduler only works with active WP-Members users.
- Mail notifications can easily be triggered with the "WP Crontrol" plugin. Therefore please use the hook "event_scheduler_mail_notification".
- Local verification is available through
composer test and composer runtime-smoke.
You can use the following shortcodes on pages:
"event_scheduler_event_list" - Lists the current event, so website members can join or decline it
"event_scheduler_event_statistics" - Statistics for past events
"event_scheduler_holiday" - Manage upcoming holiday, when no events will take place
"event_scheduler_member_list" - List all active members
Event Scheduler is available in english and german language. It can easily be translated in other languages using the provided POT file.