Closed (fixed)
Project:
Recurring Events
Version:
2.0.x-dev
Component:
Recurring Events (Main module)
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2021 at 23:20 UTC
Updated:
6 Oct 2023 at 20:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
owenbush commentedThanks for the issue. Yearly recurrence has been on my mind for a while. I'd like to pick your brain a little more as to what that actually means in terms of options.
What types of yearly recurrence should there be? How does the D7 date repeat module work?
Comment #3
jrbIt looks pretty similar to "Monthly" events. See screenshot.
Comment #4
owenbush commentedGreat, thank you for attaching that, it helps a lot.
Comment #7
muriqui commentedTook a first shot at this in MR 52. Seems to work OK in initial testing, but would appreciate feedback. There's also a good bit of code duplication going on between the weekly, monthly, and (now) yearly plugins and their supporting methods on the EventSeries, which could stand to be refactored.
Comment #8
muriqui commentedComment #11
owenbush commentedNice work, I tested this out and it worked well. Thanks for the tests too.
And yes, I agree there's a lot of repeated code. I wish I could go back in time and make it a bit, less crap.