When using the include setting only events from specific calendars are shown in the view. Besides the calendar name you can also use the calendar id. Additionally you can use Label colors to filter the events further.

For Codeblocks this settings is an array of strings. This setting defaults to an empty array. Example:

```gEvent
include: ["Calendar 1", "Calendar 2", "Lavender"]
```