-
-
Notifications
You must be signed in to change notification settings - Fork 544
Support for Per-Day Frequency in Hourly Event Scheduling #654
Copy link
Copy link
Open
Description
Issue Description
Currently, the scheduling system handles hourly recurring events but lacks proper support for specifying frequency on a per-day basis. This causes problems when users want events to occur every few hours but only a certain number of times per day, or with gaps between event days.
What needs to be improved:
- Enable configuration of hourly events with a per-day frequency limit. For example, allow events to recur every 2 hours but only 3 times per day.
- Ensure the system correctly calculates and respects the daily frequency when generating occurrences.
- Handle edge cases such as crossing midnight and multiple days.
- Update the recurrence logic and UI (if applicable) to clearly reflect per-day frequency settings.
Impact:
Improving this will allow more flexible and accurate scheduling of hourly recurring events and avoid creating unintended event floods or missed occurrences.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels