Bug #5106
openView Event: "Bi-weekly" text should be visible since the meetings are created bi-weekly (also apply on Edit screen)
0%
Description
Steps to Reproduce:
- Log in to the iOS VitaGist app.
- Tap the Calendar icon (top right corner).
- Tap the (+) button at the bottom right to create a new event.
- Select any event type.
- Fill in all required event details and bi-weekly
- Tap the Save button to create the meeting on July 23th.
- Meeting Name: Cases Discussion
- Go to View Meeting.
- "Bi-weekly" text should be visible since the meetings are created bi-weekly (also apply on Edit screen)
Note : This issue applicable for Event , Reminder , Health Reminder.
Files
Updated by kumar r about 1 month ago
- Status changed from New to Feedback
- Assignee changed from kumar r to Raksha S
For event create and update bi-weekly not support, get below error. {"error": true, "errors": [{"field": "recurrence_rule", "msg": "Invalid value for 'frequency': 'BI-WEEKLY'. Allowed values are: WEEKLY, MONTHLY, NONE, YEARLY, DAILY."}]}
Updated by Neela Chinnappa 6 days ago
- Status changed from Feedback to New
- Assignee changed from Raksha S to Boomibalagan Ravichandran
Updated by Boomibalagan Ravichandran 6 days ago
- Assignee changed from Boomibalagan Ravichandran to kumar r
Need to send recurrence_rule for bi-weekly like:
{
"frequency": "WEEKLY",
"interval": 2
}
Refer web dev2 Vitagist.
Updated by kumar r 6 days ago
- Status changed from New to Fixed - Pushed to Dev
- Assignee changed from kumar r to Vengadeshwaran R
Update the request is working in dev2.
https://apidev2.digicoffer.com/consumer/v3/events
parameters:["attachments": [], "event_type": "consumer", "to_ts": "2025-08-28T12:45:00", "allday": false, "date": "2025-08-27T18:30:00.000+0000", "recurrence_rule": ["frequency": "Weekly", "interval": 2], "meeting_link": "", "timezone_offset": -330, "invitees_internal": [], "dialin": "", "description": "", "invitees_external": [], "color": "#FFA500", "notifications": ["10-minutes"], "location": "", "title": "check app biweekly", "timezone_location": "(GMT+5:30) India Standard Time - Kolkata", "from_ts": "2025-08-28T12:15:00"]