fix ics uuid

This commit is contained in:
lesion 2022-11-29 23:00:42 +01:00
parent f4c171c49b
commit 341578b82a
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -88,6 +88,7 @@ const exportController = {
const start = tmpStart.utc(true).format('YYYY-M-D-H-m').split('-').map(Number)
const end = tmpEnd.utc(true).format('YYYY-M-D-H-m').split('-').map(Number)
return {
uid: `${e.id}@${settings.hostname}`,
start,
end,
title: `[${settings.title}] ${e.title}`,