RS Schedule
[WordPress Plugin] Adds a `schedule` post type, allowing you to create standard and recurring events.
★ 0stars
6release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/radgh/rs-schedules/releases/download/v1.0.1/RS-Schedules-1.0.1.zipDeclares an update source (https://github.com/RadGH/RS-Schedules), so updates arrive through the plugin's own updater.
From the readme
RS Schedule
Adds a schedule post type, allowing you to create standard and recurring events. The events can be seen on a Calendar page which uses the FullCalendar API with the RRule integration. On the day of each event, a cron action is triggered, allowing you to run custom code or send notifications on a customizable schedule.
- View this plugin on Zingmap.com
Required Plugins
1. Advanced Custom Fields PRO
How to Use
1. Install the plugin and activate it.
2. Use the "Schedule Add New Schedule" link to create a new scheduled event.
3. Use the "Schedule Calendar" to display current events in a calendar format.
The event will be triggered once per day by triggering the action rsschedule/event. The schedule Post ID will be passed as the first parameter.
Frequently Asked Questions
Q: How do I run custom code on the day of an event?
Use the action rsschedule/event which is called once per each event occurrence.
Q: Can I add custom events to the calendar?
Yes, you can add events to the calendar using the file: rsschedule/getcalendarevents
However, this should only be used to display events. Events added using this filter do not trigger the rsschedule/event action.
Example
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.0.1 | Sep 17, 2025 | RS-Schedules-1.0.1.zip | 6 |