The week view is a TimelineView with the option to display multiple days side by side.

Usage

To open the week view use the Open gCal week View command. To use the timeline view in a Codeblocks you have to set the Type to week.

Functionality

The week view has the same functionality as the TimelineView. Additionally, you can move events between days.

Settings

As with other Views the week view can be configured in the View Settings. Possible settings are:

Example

```gEvent
type: week
navigation: true
showAllDay: true
hourRange: [6, 17]
offset: 0
include: ["Personal"]
timespan: 3
```