Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 806 Bytes

Introduction.md

File metadata and controls

22 lines (16 loc) · 806 Bytes

Introduction

Calendar provides calendar views. Currently two modes are available:

  • Month View
    • Displays a single month
    • Initially the current month is shown
    • allows to browse month (if enabled in configuration)
  • Combo View
    • Displays different periods: Year, month, quarter, week or day
    • Initially the current period is displayed
    • allows to switch between periods (in enabled in configuration)
    • displays calendar items

Both views are used by inserting a Calender ViewHelper into a fluid template.

Examples

Combo View - Year

Combo View - Quarter

Month View