I am creating a calendar in Bubble, and I have already implemented a system where the days of the week are displayed, and users can navigate between weeks using arrows. The dates automatically adjust based on the selected week.
The problem is that I created a pop-up that allows users to schedule an appointment with a date picker and input fields for the start and end times of the appointment. The appointment is correctly created and saved, but it doesn’t appear on the corresponding week.
I have a structure with 7 “repeating groups,” one for each day of the week. Each repeating group has a data source of “search for RDV” with a constraint based on the selected week (via a “Main calendar’s selected week” state) and the corresponding day (e.g., Monday, Tuesday, etc.). Each repeating group contains a group that displays the appointment (data type “RDV”), and its data source is “Current cell’s CreneauEntrainement.”
Despite this, the appointments are not showing up as expected. I don’t want to use the Calendar plugin because it doesn’t fit my design. Could anyone help me solve this issue or provide some tips on how to get the appointments to display correctly in each day’s repeating group?
system
Closed
2
This topic was automatically closed after 70 days. New replies are no longer allowed.