# Display a category as a calendar by scheduled Topic-timer dates

**URL:** https://meta.discourse.org/t/display-a-category-as-a-calendar-by-scheduled-topic-timer-dates/296752
**Category:** Feature
**Created:** [February 26, 2024, 1:39pm UTC](https://meta.discourse.org/t/display-a-category-as-a-calendar-by-scheduled-topic-timer-dates/296752 "2024-02-26T13:39:50Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![manuel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/manuel/32/468169_2.png) [@manuel](https://meta.discourse.org/u/manuel)
#### Post date: [February 26, 2024, 2:59pm UTC](https://meta.discourse.org/t/display-a-category-as-a-calendar-by-scheduled-topic-timer-dates/296752/4 "2024-02-26T14:59:06Z")

</div>

Hey @craigconstantine 👋🏽 There will be more resourceful members than me with respect to development.. but in general

- you can add a new sort column with a component. E.g. see the [Add Category Column](https://meta.discourse.org/t/add-category-column/103893) component.
- the values you need (topic-timer, destination-category) should be available from the database already. So you could access them with a component.

So I guess a blueprint approach could be to:

- use a standard [Shared drafts category](https://meta.discourse.org/t/shared-drafts-allow-staff-to-collaborate-on-posts-before-publishing/83493)
- have a component customize the topic list to be sortable by destination category and topic timer (that is, drop the calendar view and go with an agenda)

---

_[View the full topic](https://meta.discourse.org/t/display-a-category-as-a-calendar-by-scheduled-topic-timer-dates/296752)._
