mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
fix ics validation
This commit is contained in:
parent
ad003ccad6
commit
ce82e8477c
1 changed files with 1 additions and 0 deletions
|
@ -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 }
|
||||
}])
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue