# Improve Year view usability - anchor to current date instead of January 1st

**URL:** https://meta.discourse.org/t/improve-year-view-usability-anchor-to-current-date-instead-of-january-1st/387390
**Category:** Feature
**Tags:** events
**Created:** [2 november 2025 om 10:07 UTC](https://meta.discourse.org/t/improve-year-view-usability-anchor-to-current-date-instead-of-january-1st/387390 "2025-11-02T10:07:10Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)
#### Post date: [15 januari 2026 om 01:58 UTC](https://meta.discourse.org/t/improve-year-view-usability-anchor-to-current-date-instead-of-january-1st/387390/2 "2026-01-15T01:58:59Z")

</div>

I completely agree! It makes sense to keep past events visible but greyed out on the day / week / months views, but not so much the Year view.

I’ve got a CSS workaround to achieve what you are after for the moment:

```css
// Hide past events from the year calendar view
.fc-listYear-view {
    .fc-day-past, .fc-event-past {
        display:none;
    }
}

```

Still, this isn’t quite what I’m after - particularly in the latter part of the year when it will look a bit anaemic!

Basically, I want an Agenda view - which shows _all_ upcoming events from today.

---

_[View the full topic](https://meta.discourse.org/t/improve-year-view-usability-anchor-to-current-date-instead-of-january-1st/387390)._
