---
title: Custom Views
children:
  - title: Techniques
    children:
      - custom-view-with-settings
      - custom-view-with-js
  - title: Duration Settings
    children:
      - duration
      - dayCount
      - visibleRange
demos:
  - timegrid-custom-view-demo
  - vertical-resource-custom-demo
  - timeline-custom-view-demo
---

It's possible to take a pre-defined view that FullCalendar provides and create your own view that spans a different periods of time. You can even code your own view from scratch with JS.
