dhmd-veranstaltungen: add UID

This commit is contained in:
Astro 2022-03-15 17:08:04 +01:00
parent 1e60b4e947
commit 510be564ab
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ ical = ERB::new <<~EOF
SUMMARY:<%= ev.title %>
DTSTART:<%= fmt_time ev.dtstart %>
DTEND:<%= fmt_time ev.dtend %>
UID:<%= ev.url %>
URL:<%= ev.url %>
LOCATION:<%= ev.location %>
END:VEVENT