Skip to content

Commit

Permalink
doc: Update docs for sensitivity_exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSelwyn committed Oct 4, 2024
1 parent b4f53b1 commit 8815fcd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/calendar_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Key | Type | Required | Description
`start_offset` | `integer` | `False` | Number of hours to offset the start time to search for events for (negative numbers to offset into the past).
`end_offset` | `integer` | `False` | Number of hours to offset the end time to search for events for (negative numbers to offset into the past).
`max_results` | `integer` | `False` | Max number of events to retrieve. Default is 999.
`sensitivity_exclude` | `list[string]` | `False` | List of sensitivities to exclude from the calendar (`normal`/`personal`/`private`/`confidential`)

## Group calendars

Expand Down Expand Up @@ -79,4 +80,14 @@ To exclude calendar items from being displayed, e.g. cancelled events, the exclu
exclude:
- "Cancelled"
- "^In.*Junk$"
```

## Exclude

To exclude specific sensitivities from being included in the calendar.

```yaml
sensitivity_exclude:
- private
- confidential
```

0 comments on commit 8815fcd

Please sign in to comment.