# Is there a calendar view in pages?

**URL:** https://community.glideapps.com/t/is-there-a-calendar-view-in-pages/41881
**Category:** Ask for Help
**Created:** [May 11, 2022, 11:56pm UTC](https://community.glideapps.com/t/is-there-a-calendar-view-in-pages/41881 "2022-05-11T23:56:40Z")
**Posts on this page:** 1
**Showing post:** 11

<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: [May 12, 2022, 2:53pm UTC](https://community.glideapps.com/t/is-there-a-calendar-view-in-pages/41881/11 "2022-05-12T14:53:36Z")

</div>

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 larger computation intensive table, I created my own version of a calendar layout using a Card style list and some slightly ugly CSS. If you are willing to think outside the box a little bit, you can create a calendar list using a regular list that’s just as functional as a calendar list layout. Pages don’t allow CSS and you may not get the exact look you want, but I think you can get something pretty workable if you are willing to play around a little bit.

This screenshot shows a customized card layout instead of a calendar layout.

 ![Screenshot_20220420-195237-218](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/0/6/06cc418effd41954766b2636ba58dfa605cf8c4e.png)

---

_[View the full topic](https://community.glideapps.com/t/is-there-a-calendar-view-in-pages/41881)._
