PalisadoesFoundation / talawa

Community Organization Management Software. Click on the link below to see our documentation.
https://docs.talawa.io/
GNU General Public License v3.0
306 stars 434 forks source link

Events not rendering due older implementation of fetchOrgEvents query #2461

Closed GlenDsza closed 2 months ago

GlenDsza commented 2 months ago

Describe the bug

fetchOrgEvents query being used in app is still on older implementation which requires recurrance field. The reccurance field support was removed from Talawa API in https://github.com/PalisadoesFoundation/talawa-api/issues/2107

To Reproduce Steps to reproduce the behavior:

  1. Login to a organisation.
  2. Open Events tab.
  3. No events are rendered due to failing query.

Expected behavior The fetchOrgEvents query must return events as a result, all the events of organization must be rendered.

Actual behavior The fetchOrgEvents query fails, as a result no events are rendered.

Screenshots

eventNotRendered

Potential internship candidates Please read this if you are planning to apply for a Palisadoes Foundation internship https://github.com/PalisadoesFoundation/talawa/issues/359

GlenDsza commented 2 months ago

I would like to work on this issue