Skip to content

Cannot transition a recurring event to a regular event(someday and calendar events) #1081

@victor-enogwe

Description

@victor-enogwe

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

  1. Open the developer tools "network" tab in your browser
  2. Create a someday recurring event or a calendar recurring event(series).
  3. Remove the recurring event's recurrence by toggling the repeat button to an off state.
  4. Click on the Save button
  5. Notice the RecurringEventUpdateScope dialog pops up.
  6. Select any of the presented Apply To option
  7. Click OK
  8. Notice that the event is not updated
  9. Notice that there are no logs for this update in the developer console's network tab.

Possible Solution

No response

Context

No response

Metadata

Metadata

Assignees

Labels

webFrontend/web related issue

Type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions