How to show current appointments on the calendar

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.

Can anybody help me. The logic goes like this:
image

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?

Best…
Mike

Lara you should share what is FIM & how you store event dates. It seems it’s a date range right?!

If it’s possible store a start date separately and do what @mikeloc suggested above.

I totally forgot it about this feature. Thank you!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.