I should be able to schedule an event to occur exactly once per week across multiple specific days, without the system creating events on every selected day. This means: I can select multiple specific days when an event could happen (e.g., Tuesday, Wednesday, Thursday). I can set the recurrence to "Exactly 1 time per week". The system will choose one of those selected days per week to schedule the event. If I specify times for each day (e.g., Tuesday at 2pm or Thursday at 3pm), those constraints are respected. This allows flexible scheduling based on team leader availability without needing to create a separate rule for each day. Why this matters: Currently, selecting multiple days with “Exactly 1 time per week” causes events to be generated on all selected days, not just one. The only workaround is creating separate rules per day, which becomes unmanageable at scale