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.