Where did this happen?
Hosted (app.compasscalendar.com), Local code with an up-to-date main branch
Expected Behavior
As a user, When I toggle the recurrence button within the event edit form and click save, I should be able to convert a recurring event to a standalone regular event.
Current Behavior
Removing the recurrence from an event does nothing. The event is not updated, and no network request is sent to the backend to effect this change
Steps to Reproduce
- Open the developer tools "network" tab in your browser
- Create a someday recurring event or a calendar recurring event(series).
- Remove the recurring event's recurrence by toggling the repeat button to an off state.
- Click on the Save button
- Notice the RecurringEventUpdateScope dialog pops up.
- Select any of the presented
Apply To option
- Click
OK
- Notice that the event is not updated
- Notice that there are no logs for this update in the developer console's network tab.
Possible Solution
No response
Context
No response