fix ics validation
This commit is contained in:
@@ -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 }
|
||||||
}])
|
}])
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user