Back to Fullcalendar

defaultAllDay

_docs-v5/event-model/defaultAllDay.md

latest488 B
Original Source

Determines the default value for each Event Object's allDay property when it is unspecified.

<div class='spec' markdown='1'> Boolean, *default*: `undefined` </div>

By default, defaultAllDay is not set. As a result, any Event Objects that do not specify an allDay property will be subject the guessing behavior mentioned in the Event Object article.

Set this option to true or false to make it affect Event Objects without an allDay property.