Ludovic
Results
2
comments of
Ludovic
I have found a solution: ``` js server.on('InvalidCredentials', (req, res, error, next) => { error.body.code = 'Unauthorized'; error.body.message = 'Your custom message'; return next(); }); ``` I don't think this...
Hello @fluffylizard , I made a package to extract events from the calendar widget (the calendar is generated from server side so we can't have acces to the events from...