Back to Fullcalendar

Basic View

_docs-v1/basic-view.md

latest448 B
Original Source

A "basic" view is a view with one or more columns, each representing a day. The pre-configured basic views are basicDay and basicWeek. You can initialize a basic view like this:

js
$('#calendar').fullCalendar({
  defaultView: 'basicWeek'
});

There are numerous other options throughout the docs that affect the display of basic view, such as the date/time display options and locale-related options.