I am using react Big calendar lib for using calendar but before sending all the data to appwrite It work great in all view but after I upload it to appwrite and get that back it dont work in day and week view it only work in month view
There is a render name array of object with each object contain start Date and end Date of a event and when we pass this to Calendar then we get to see the event on calendar
TL;DR
Developers are using react Big Calendar with appwrite, and it works fine initially. However, after uploading data to appwrite and retrieving it, the calendar only works in month view and not in day or week view. The issue seems to be related to how the data is rendered on the calendar.