Widget Does Not Honor Recurring Weekly Settings
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3014120. --> Reported by: [RylanB](https://www.drupal.org/user/3570293) >>> <p>Bug:<br> When attempting to create a weekly event which only occurs on certain days, the widget only generates events based on the selected start date and ignores all other field information.</p> <p>Repro:<br> Go to add content for content containing date recur field</p> <ol> <li>Go to Add Content for content containing date recur field</li> <li>Using the date recur widget, select "weekly"</li> <li>Check the boxes for Monday through Wednesday</li> <li>Save the content</li> </ol> <p>Expected:<br> Content is generated for each week, Monday through Wednesday starting from the start date. Settings are preserved, and will be displayed when returning to edit the content. If content was set to begin on a Saturday, we would expect the following Monday though Wednesday to be the first occurrences.</p> <p>Actual:<br> Content is only created for the day the week that the start date is set to, and every week on that same day of the week. Settings appear blank when content is later edited. If event starts on Saturday, next occurrence is the following Saturday, and so on.</p> <p>Edited for example clarity (human readable string only displays the next five occurrences, so having a mon-fri event could generate false positives for a fix)</p>
issue