I have a calendar that I made a while ago. Where I show the appointments that users have created in this calendar. I want to show only the upcoming appointments in it, because now it is showing the past appointments. The start and end date are separate fields in my database. I’m using the bubble Calendar plugin.
Hi there, @lara… if your start and end dates are saved in separate fields, then to show upcoming appointments, you would need a constraint on the search where start date > Current date/time. Have you tried that constraint?