Apr 23rd — v7.0.0-rc.2
Version 7 will be released soon. Read the v7 docs
edit doc

defaultAllDayEventDuration

A fallback duration for all-day Event Objects without a specified end value.

Duration, default: { days: 1 }

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 true. For timed events, use defaultTimedEventDuration.