mirror of
https://github.com/mgrove36/ical-filter-proxy.git
synced 2026-03-03 09:57:06 +00:00
[DOCS] Add documentation for matching empty/nil event Description and Location
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user