Back to Fullcalendar

defaultTimedEventDuration

_docs-v3/event-data/defaultTimedEventDuration.md

latest561 B
Original Source

A fallback duration for timed Event Objects without a specified end value.

<div class='spec' markdown='1'> [Duration](moment-duration), *default*: `'02:00:00'` (2 hours) </div>

If an event does not have an end specified, it will appear to be this duration when rendered.

The actual end of the event will remain unset unless forceEventDuration has been set to true.

This setting only affects events with allDay equal to false. For all-day events, use defaultAllDayEventDuration.