# Glide pages - Calendar view

**URL:** https://community.glideapps.com/t/glide-pages-calendar-view/39599
**Category:** Ask for Help
**Created:** [March 13, 2022, 7:25pm UTC](https://community.glideapps.com/t/glide-pages-calendar-view/39599 "2022-03-13T19:25:47Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [June 30, 2022, 10:28pm UTC](https://community.glideapps.com/t/glide-pages-calendar-view/39599/4 "2022-06-30T22:28:41Z")

</div>

A calendar style list is essentially nothing more than a regular list sorted by date, with grouping turned on and some extra styling.

If you look at this post, this is something I did in my app with a simple card list layout, grouping, some heavy (ugly) CSS manipulation, and some helper columns to help with date formats, rollup totals, etc.

> [@Is there a calendar view in pages?](https://community.glideapps.com/t/is-there-a-calendar-view-in-pages/41881/11):
>
> For the record, the existing calendar list layout in Apps is not very efficient in the way it works behind the scenes. It needs a complete rebuild all around. It’s much slower than any of the other list layouts, and lacks some important features, such as limiting the number of displayed rows and having a “See All” option. At the end of the day though, it’s not really much different than any other list layout other than it’s design and a couple of fancy effects. Due to issues I had with a lar…

If you’re ok with not having a 100% matching look and feel for a calendar list layout, you can pretty much get away with using any other list or collection style.

---

_[View the full topic](https://community.glideapps.com/t/glide-pages-calendar-view/39599)._
