diff --git a/calendar.go b/calendar.go index 60b310b..93bfc81 100644 --- a/calendar.go +++ b/calendar.go @@ -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 {