# 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:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![keegan](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/keegan/32/40290_2.png) [@keegan](https://community.glideapps.com/u/keegan)
#### Post date: [March 13, 2022, 7:25pm UTC](https://community.glideapps.com/t/glide-pages-calendar-view/39599/1 "2022-03-13T19:25:47Z")

</div>

Seems I can access calendar view on mobile builder, but not pages. I assume it’s just not yet added in?

---

<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: [March 13, 2022, 10:13pm UTC](https://community.glideapps.com/t/glide-pages-calendar-view/39599/2 "2022-03-13T22:13:38Z")

</div>

I assume you are talking about a calendar style list? What about it specifically do you need in pages? Is it something you could reproduce using a normal collection?

---

<div class="post-metadata">

### Author: ![fluittsolutions](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/fluittsolutions/32/30155_2.png) [@fluittsolutions](https://community.glideapps.com/u/fluittsolutions)
#### Post date: [June 30, 2022, 9:36pm UTC](https://community.glideapps.com/t/glide-pages-calendar-view/39599/3 "2022-06-30T21:36:22Z")

</div>

Now I need a calendar layout for Pages as well. Regarding @Jeff_Hager questions to @keegan 🤪

I assume you are talking about a calendar style list? **Yes**  
What about it specifically do you need in pages? **A calendar listing such as in my app pictured below.**  
Is it something you could reproduce using a normal collection? **How would one do that?**

Thanks,  
Mona

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/2/32d403a252e36fa6326d6f30df406931ae358f7b.jpeg)

---

<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.

---

<div class="post-metadata">

### Author: ![fluittsolutions](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/fluittsolutions/32/30155_2.png) [@fluittsolutions](https://community.glideapps.com/u/fluittsolutions)
#### Post date: [June 30, 2022, 10:44pm UTC](https://community.glideapps.com/t/glide-pages-calendar-view/39599/5 "2022-06-30T22:44:37Z")

</div>

Thanks. CSS is beyond my skill set, but I’ll try to think outside the box with the components and see what I can come up with.

---

<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, 11:17pm UTC](https://community.glideapps.com/t/glide-pages-calendar-view/39599/6 "2022-06-30T23:17:04Z")

</div>

CSS isn’t allowed in pages anyway, so that’s out.

But yeah, just play around and see if you can find something that looks decent. I really haven’t done much in pages yet, so I don’t have any suggestions off the top of my head.
