The month display shows the start time for smart date and datetime range fields.

There is an option in fullcalendar to show the end time: displayEventEnd.

TODO: provide an option to toggle displayEventEnd.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

mortona2k created an issue. See original summary.

mortona2k’s picture

Status: Active » Needs review
StatusFileSize
new101.46 KB

This is working, but more adjustments may be needed for practical use.

Since the length of the time range is almost as long as a day, the event text should wrap so we can see the title as well.

Fullcalendar event end time

mortona2k’s picture

The end time doesn't show in the views preview.

The option to show the time is also not respected in the preview, so I think this is a separate issue?

Seems like the preview may not be using all of the display settings.

mortona2k’s picture

This is working for wrapping the text:

.fc-daygrid-dot-event {
  flex-wrap: wrap;
  white-space: wrap;
}

Fullcalendar time range wrapped event