The type setting only works in the Codeblocks and defines the type of the view to display. For Views this setting can not be changed.
The following types are available:
day
to display a TimelineView for a single dayweek
to display a WeekViewmonth
to display a MonthViewyear
to display a YearViewschedule
to display a ScheduleViewweb
to display a WebView
This setting is an string value and default to day
Example:
```gEvent
type: schedule
```