I have an app since 2 years with a Calendar List.
I would like to create a new app with the same calendar. But, Calendar list doesn’t exists anymore ?
I think the closest you could get is to use a List Collection and group by date.
You could also experiment with the Custom AI component.
Why can I not reuse the oldest one ? Glide remove it ?
Already try with Collection, but results is ugly (and not end date)
It was a feature of the Calendar component in Classic Apps that was never ported to the new Apps.
This is how I do a calendar list in New apps. Just like @Darren_Murphy mentioned, it uses a list collection and date grouping. A little bit of setup in the table, but I’ve been pretty happy with the results and I have a little more design freedom.
Thanks a lot,
but, I can’t display the Start date and the End date .
Did the old classic calendar list ever show an end date??? End time yes, but not date as far as I know. I thought it only showed a single date linked to the start date.
Regardless, in my case I have several columns joined together with template columns to display multiple pieces of information, such as time, amount, etc joined with student name and lesson type. My example doesn’t have or require an end date, so I didn’t need to show one or worry about it. Each of my entries just has a single date. I pull out time separately to display in the item title. I have date joined with a rollup count to use for grouping. It’s a few different columns to put it all together, but serves my needs.
If you wanted to display an end date, it’s all about putting it where you want it in the collection. Maybe use a template column to join it with the start date or something else. Kind of up to you how you want it to look. You can also filter accordingly if you don’t want entries to show after the end date has passed.