-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EVENTS Recurring events feature #80
Comments
In a conversation on Mastodon, people are asking for recurring events and @carstingaxion replied It was also asked in some conversations I had with people. |
I would love if this could allow for recurring dates and or times as well. Many of the existing calendar apps, within WordPress and outside of it, define recurrences only in terms of dates, not times. A user should be able to define an event that e.g. occurs today at 10am, at 3pm and tomorrow at 11am. This would be perfect! |
Another
|
Hey all! Was putting some thoughts into recurring events and overall, these are thr functional requirements we may want to hit on for this feature: Recurrence Patterns:
End Conditions:
Exceptions and Modifications:
I think the best plugin example for this functionality is The Events Calendar. |
Regarding recurring events, the following would be nice:
I know it is on the roadmap, but any idea when this will be available? |
We talked about that today, haven’t figured out who and how to do it, but the GatherPress team is aware of its importance and planned to tackle this with the release after the next release. This will probably be 0.31.0 |
This seems to be highly relevant (& complicated).
|
Is there a way to add For example, I host a meetup on the last wednesday of the month, and it's a pain to have it automatically taken care of, the number vary month to month, and some month have 5 wednesdays while others have 4, messing up the recurrence every time. |
Notes and Considerations for Recurring Events If not handled carefully, recurring events can bloat the database, which we need to avoid. We also have to address edge cases, like recurring events with no end date. Here are some thoughts and considerations: The URL structure will follow a format like domain.com/event-slug/time-string, where time-string represents the start and end times of the current instance of the recurring event. Additionally, we can provide an option in the settings to customize the format of the time-string to suit specific needs. |
Add a feature where an event can be recurring. Basic features include frequency of recurrence and ability to override contents of recurrence or do one-off updates on a recurring events content. WP Cron will create events (maybe default to X number out (maybe default to 4) that can be configured in global settings and overwritten in event recurrence settings.
The text was updated successfully, but these errors were encountered: