mirror of
https://github.com/mgrove36/ical-filter-proxy.git
synced 2026-03-03 01:47:07 +00:00
Merge branch 'feat-url-transform-match'
This commit is contained in:
@@ -217,6 +217,7 @@ func (filter Filter) transformEvent(event *ics.VEvent) {
|
||||
event.SetLocation("")
|
||||
} else if filter.Transform.Location.Replace != "" {
|
||||
event.SetLocation(filter.Transform.Location.Replace)
|
||||
}
|
||||
|
||||
// URL transformations
|
||||
if filter.Transform.Url.Remove {
|
||||
|
||||
Reference in New Issue
Block a user