Bug #5540
openView Calendar : Error Message Appears When Changing Repeating All-Day Event to "None"
0%
Description
Steps to Reproduce:
- Log in to VitaGist.
- Click on the Calendar module in the top navigation.
- Create an event with the following:
- All Day selected
- Any Repetition (e.g., Daily, Weekly, Biweekly, etc.)
- Save the event.
- Go to a future occurrence of the event and click Edit.
- Change the Repetition to None.
- Click Save.
Actual Result:
An error message appears when trying to save the event.
Expected Result:
No error message should appear. The event should update successfully with no repetition.
Note :
This issue happens for all combinations where:
All Day is selected
Repetition is changed from any type to None
Files
Updated by kumar r 3 days ago
- Status changed from New to Feedback
- Assignee changed from kumar r to Vengadeshwaran R
That error message return from api response we need to check with back-end. But I check above issues flow now not able to reproduce is working get updated checked the shared screen record.
https://drive.google.com/file/d/12GLlxOj7zTK7BZB0Vv7HQ587UtEh3s-k/view?usp=share_link
Updated by kumar r 3 days ago
- Assignee changed from Vengadeshwaran R to Dhineshkumar Muthukumaran
This is only happen edit the all day repetition event edit in next or another date - issues return from api on all day is true means from and to time not validate for timing. Please check.
https://api.staging.digicoffer.com/consumer/v3/event/68b5901dfffd8f7b3b481e21 : parameters:["notifications": ["10-minutes"], "recurrence_rule": ["interval": 1, "frequency": "None"], "attachments": [], "location": "", "invitees_internal": [], "color": "#FFA500", "title": "All day", "from_ts": "2025-09-02T17:45:00", "meeting_link": "", "event_type": "consumer", "to_ts": "2025-09-02T17:44:00", "timezone_offset": 330, "timezone_location": "(GMT+5:30) India Standard Time - Kolkata", "date": "2025-09-01T18:30:00.000+0000", "recurrent_edit_choice": "this", "description": "", "allday": true, "dialin": "", "invitees_external": []]
{"error": true, "errors": [{"field": "from_ts", "msg": "The start time (from_ts) must be before the end time (to_ts)."}]}