[DOCS] Add documentation for matching empty/nil event Description and Location

This commit is contained in:
2024-08-25 20:42:21 +01:00
parent dc1026ab09
commit 9408da406f

View File

@@ -113,11 +113,11 @@ calendars:
match:
summary:
prefix: "Canceled: "
- description: "Remove optional events"
- description: "Remove events without descriptions"
remove: true
match:
summary:
prefix: "[Optional]"
description:
empty: true
- description: "Remove public holidays"
remove: true
match:
@@ -168,6 +168,7 @@ Each filter can specify match conditions against the following event properties:
These match conditions are available for a string value:
* `empty` - if `true`, property must be absent or empty
* `contains` - property must contain this value
* `prefix` - property must start with this value
* `suffix` - property must end with this value