-
So first of all, don't expect me to explain this very much more than I'm about to. I generally abhor anything Microsoft and try not accumulate any more knowledge about their offerings than I need to.…
-
``` exception
Exception in thread "main" microsoft.exchange.webservices.data.ServiceRequestException: The request failed. Could not read value from END_ELEMENT.Could not find CHARACTERS
at microso…
-
It would be awesome if the ConvertID function was included in package.
I would like to convert EWS ID into OWA ID - so I can create a OWA link so users can be directed directly to web email.
-
This is similiar to issue #55
I can create a meeting with required attendees
$requiredAttendees = array();
foreach($users as $user) {
$requiredAttendees[] = array…
-
I am using the latests build ews-java-api-2.0.jar (from maven central), and the properties `ContactSchema.Attachments` or `ItemSchema.Attachments` are returning null. I noticed that actually this atte…
-
I try to use MoveItem operation but system response scheme invalid always. But when i try on EWSEditor. it's fine.
`const ewsFunction = 'MoveItem';
// define ews api function args
const ewsArgs =…
-
Hello.
I'm trying to use this package to search some contacts by their email address.
This is not working.
The error I get is:
```
The request failed schema validation: The element 'Restric…
-
Running microsoft.exchange.webservices.data.util.TimeZoneUtilsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Results :
Failed tests: testOlsonTimeZoneConversion(mi…
-
Am faced with making some maintenance changes to a legacy app which used jamesiarmes/php-ews The site has had to make an unexpected move from a hosted Exchange to M365 which means no basic-auth. It…
-
I have a database of +20k contacts stored in Public Folders. I can access all the info, but is there a way that I can pull all information from 1 certain contact ?
I have tried this :
```php
$fir…