-
Looked at https://github.com/OfficeDev/ews-java-api/issues/220
"Start with ExchangeService.getRoomLists() and ExchangeService.getRooms() "
It seems getRoomLists() will retrieve only the RoomLists whi…
-
Version (e.g. 1.0, dev-master):
PHP version: 7.1
Microsoft Exchange version: VERSION_2016
Description of problem:
How to get deleted NonEmptyArrayOfOccurrenceInfoType Events?
EWS gives me …
-
App Impersonation has been working for the last few year. However, now we see random errors on several tenants. It will work ok for 100 mailboxes, than fail for the next. One hour later, it will wo…
-
Since im unable to access the support chat, i am going to try my luck here. I hope this is fine.
I am trying to fetch the calendar items of multiple rooms in order to determine which one is free at t…
-
@vbauer
I'm very new to Andriod developement and I'm trying this libary.
Gradle is like this:
```
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:…
-
EWS seems to support a feature which enables users to ask for "votes" on topic.
More: http://office.microsoft.com/en-in/outlook-help/create-and-send-a-voting-poll-in-an-email-message-HP010355562.aspx
…
-
Has anyone had any luck authenticating for a EWS SOAP request using the EWS Callback token instead of a username / password?
Here is an example on how to do what I want to do, but it uses C# not PHP …
-
I would like to use this module but I wonder if there will be an update with dependencies. I encountered callback problems like this :
https://github.com/SamDecrock/node-http-ntlm/commit/f3110c6f977…
-
Starting April 6, we are seeing EWS throttling issues when there is barely any EWS activity on a tenant.
The error looks like this:
_[You have exceeded the available concurrent connections for …
-
Our requirement is find all occurrences by giving recurring id(appointment id) i.e expand view of search results
#1) To implement this I tried to use ExchangeService.FindAppointments , One way to fi…