In
/config/auth.js
, enter your credentials and domain:
module.exports = { // this user MUST have full access to all the room accounts 'exchange' : { 'username' : '[email protected]', 'password' : 'PASSWORD', 'uri' : 'https://outlook.office365.com/EWS/Exchange.asmx' }, 'domain' : 'DOMAIN' };