Project

General

Profile

Actions

Bug #5106

open

View Event: "Bi-weekly" text should be visible since the meetings are created bi-weekly (also apply on Edit screen)

Added by Vengadeshwaran R about 1 month ago. Updated 6 days ago.

Status:
Fixed - Pushed to Dev
Priority:
Normal
Start date:
07/21/2025
Due date:
% Done:

0%

Estimated time:

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

Video_20250721_101201_124.mp4 (3.75 MB) Video_20250721_101201_124.mp4 Vengadeshwaran R, 07/21/2025 04:42 AM
Actions #1

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."}]}

Actions #2

Updated by Neela Chinnappa 6 days ago

  • Status changed from Feedback to New
  • Assignee changed from Raksha S to Boomibalagan Ravichandran
Actions #3

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.

Actions #4

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"]

Actions

Also available in: Atom PDF