mirror of
https://github.com/mgrove36/ical-filter-proxy.git
synced 2026-03-03 01:47:07 +00:00
Update comment
This commit is contained in:
@@ -151,7 +151,7 @@ func (filter Filter) matchesEvent(event ics.VEvent) bool {
|
||||
}
|
||||
}
|
||||
|
||||
// Check Description filters against VEvent
|
||||
// Check Location filters against VEvent
|
||||
if filter.Match.Location.hasConditions() {
|
||||
eventLocation := event.GetProperty(ics.ComponentPropertyLocation)
|
||||
if eventLocation == nil {
|
||||
|
||||
Reference in New Issue
Block a user