Comment #⁨1⁩

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;
}