Explain the problem as you see it
Agenda view currently only displays 30-min blocks. Would be helpful to have a setting to show 15-min intervals to match Google Calendar entries.
Why is this a problem for you?
- Visual mismatch causes confusion
- Harder to spot gaps or overlaps
- Compact schedules look bloated
Suggest a solution
Match visual block height dynamically to actual event duration, so a 15-min task only fills half the space of a 30-min one.
1 Comment
I also want this. currently 15-minute events look almost identical to 30-minute, so they don't stack on top of each other, instead they appear side-by-side. I use it for blocking out / timeboxing tasks so I want to be able to add blocks that are 15 minutes long and have them stack on top of each other.
Currently the height of one hour in calendar view makes a 15-minute event too short to contain the event title. Having the ability to adjust the height of the calendar / hour blocks would be great.
11.14.25
currently it looks like you can fix it with Stylus like this:
.fc-timegrid-slots tbody {
height: 1300px;
}