# Views

The library supplies 10 fully customizable views, helping you to build calendars of different kinds, nicely present data and work with it. 


<h2>Default Views</h2>

Default views are initially added to the scheduler. They help you to organize your events in the most popular ways: by days, by weeks or by months. 
 
<div style="display: flex; justifyContent: space-evenly; textAlign: center">
  <div>[![day](/img/day.png)](/views/day/) [Day](views/day.md)</div>
  <div>[![week](/img/week.png)](/views/week/) [Week](views/week.md)</div>
  <div>[![month](/img/month.png)](/views/month/) [Month](views/month.md)</div>
</div>


<h2>Extension views</h2>
Extension views add extra possibilities for organizing data in your calendar: to present events in the tabular view, to group by holders and allocate groups vertically or horizontally, to 
display the location on Google Maps, etc. 

<div style="display: flex; justifyContent: space-evenly; textAlign: center">
  <div>[![agenda](/img/agenda.png)](/views/agenda/) [Agenda](views/agenda.md)</div>
  <div>[![grid](/img/grid.png)](/views/grid/) [Grid](views/grid.md)</div>
  <div>[![map](/img/map.png)](/views/map/) [Map](views/map.md)</div>
</div>
<div style="display: flex; justifyContent: space-evenly; textAlign: center; margin-top: 10px;">
  <div>[![timeline](/img/timeline.png)](/views/timeline/) [Timeline](views/timeline.md)</div>
  <div>[![weekagenda](/img/weekagenda.png)](/views/weekagenda/) [Week Agenda](views/weekagenda.md)</div>
  <div>[![units](/img/units.png)](/views/units/) [Units](views/units.md)</div>
</div>
<div style="display: flex; justifyContent: space-evenly; textAlign: center; margin-top: 10px;">
  <div>[![year](/img/year.png)](/views/year/) [Year](views/year.md)</div>
</div>

<div></div>
