Dan Fisher
Dan Fisher
This typically is a response when the account you're using as the service account (account in `config/auth.js`) does not have full permissions to the calendar of the room/mailbox. See: https://stackoverflow.com/questions/29517641/ews-api-2013-calendar-the-specified-folder-could-not-be-found-in-the-store...
Are all of the mailboxes located in the cloud? Also, could you hit F12 in the browser window and post the "Console" section of the browser log? Thanks.
So the three main things I would check are: - The service account you put in the `auth.js` file must have full access to all room mailboxes - The service...
@Redwards5 This unfortunately won't skip them while searching via EWS, it only hides them in the front end. I will work on a multi-domain fix in the next week.
Can you clone or download the most recent release and see if you are getting the same error. Also, what web browser are you using to view the web app?
Try with the most recent release and see if this fixes any issues. Thanks.
It seems like NTLM authentication may be the issue. I'll take a look at the authentication on my server this weekend.
Could you hit F12 in the browser window and post the "Console" section of the browser log? Thanks.
I will try and look at my old code tomorrow and see if there's anything that can help there. Previously, I had this working with on-prem 2010 SP2. Did you...
@clausmoell @yscotty A few more things--I apologize for all the unknowns as I didn't have multiple environments to test this: - Are you running MeetEasier on a linux web server...