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)
|
// last arg is alarms/reminder, ref: https://github.com/adamgibbons/ics#attributes (alarms)
|
||||||
exportController.ics(req, res, [event], [{
|
exportController.ics(req, res, [event], [{
|
||||||
action: 'display',
|
action: 'display',
|
||||||
|
description: event.title,
|
||||||
trigger: { hours: 1, before: true }
|
trigger: { hours: 1, before: true }
|
||||||
}])
|
}])
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue