Create my calendar and i need to give it structure order by day

Hey there @Santiago

I’m not sure exactly how you’re trying to achieve it, but if you’re simply looking to have a calendar style look using the days of the week.

You can have a list of months (with maximum number of items set to 1) and nest 7 lists of days of the week. And then filter the list by that specific date if date is on that day of the week. This probably wouldn’t be very fast and may look funky when it’s first loading all the data… because 1 list with 7 nested lists is a lot of information to load.

Really really rough idea:

I’d say to give it a try.

1 Like