fix ics validation

This commit is contained in:
lesion 2023-02-08 09:12:03 +01:00
parent ad003ccad6
commit ce82e8477c
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -254,6 +254,7 @@ const eventController = {
// last arg is alarms/reminder, ref: https://github.com/adamgibbons/ics#attributes (alarms)
exportController.ics(req, res, [event], [{
action: 'display',
description: event.title,
trigger: { hours: 1, before: true }
}])
}