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:
dayto display a TimelineView for a single dayweekto display a WeekViewmonthto display a MonthViewyearto display a YearViewscheduleto display a ScheduleViewwebto display a WebView
This setting is an string value and default to day
Example:
```gEvent
type: schedule
```