Add start time to calendar entries

This commit is contained in:
2025-04-17 12:49:59 +00:00
parent 28c82dc2c3
commit 2f47d4c426
2 changed files with 2 additions and 1 deletions

View File

@@ -83,6 +83,7 @@
:class="{ 'calendar-holiday': calendarEntry.isHoliday }">
<span>
{{ calendarEntry.summary }}
<span v-if="!calendarEntry.isAllDay">@ {{ format(calendarEntry.start, 'p') }}</span>
</span>
</ul>
</div>