Display the date only once per day in a repeating group, regardless of the number of entries

Hi Bubble community

I’m trying to recreate a schedule view similar to Google Calendar using a Repeating Group, but I’m running into some challenges. Specifically, I want to display the date only once per day, even if there are multiple events on that day—just like how Google Calendar omits repetitive date info.

Additionally, I’m struggling with detecting and handling gaps between the last event of one day and the first event of the next. Any advice or tips would be greatly appreciated!

You already know the Current Cell's Index. So what you can do is show the date if the Repeating Group's Events: item # Current Cell's Index's Date is not the same as the Repeating Group's Events: item # Current Cell's Index-1's Date, Otherwise hide it.

You can do the same for more padding or margin between the events of different days.

Thank you, Hergin. That makes sense. However, I’m having trouble figuring out how to subtract 1 from the Current Cell's Index. Am I missing something?

To do that, you need to enable parentheses feature:

:fist_left: Fist bump … now we’re talking. Thanks Hergin.

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