[SIS-22] fixing always url encoding the location for meetups

This commit is contained in:
Sheldan
2023-07-10 01:31:21 +02:00
parent e6cccef48d
commit ac815b5972
3 changed files with 4 additions and 1 deletions

View File

@@ -8,6 +8,6 @@ DTSTART:${meetupIcsModel.icsFormattedStartTime}
DTEND:${meetupIcsModel.icsFormattedEndTime}
SUMMARY:${topic}
<#if description?has_content>DESCRIPTION:${description}</#if>
<#if location?? && location != "%22%22">LOCATION:${location}</#if>
<#if decodedLocation?? && decodedLocation != "">LOCATION:${decodedLocation}</#if>
END:VEVENT
END:VCALENDAR