php-ews
php-ews copied to clipboard
PHP Exchange Web Services
Trying to fix issue #196 In line with psr4 autoloading keeping the filename and class name consistent. (but then the tests broke, so I also changed some filenames)
Hello! Great work on this library. Do you have any samples on how the ADFS FederationMetadata.xml can be used with this library or can you provide an example of how...
Hello! Ever since NTLM was disabled and only NTML v2 was enabled on the Exchange server, now we are getting an `Unauthorized Exception error` during the authentication process. Any guidance...
Updated composer version and it's now outputting the message below when building the autoload. Not serious as it still works fine, just wanted to mention in case. Composer version 1.10.0...
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...
Hello, I'm looking in the calendar of a different user on the same exchange server for his free/busy items without any no problem: ``` $api = API::withUsernameAndPassword($server,$username ,$password, ['timezone' =>...
I am working with +20k e-mail addressess that I am pulling from a public folder. I'm using the paging technique as explained in the sample code to page through each...
greetings, I'm using the package to connect to MS Exchange, and want to send new invites containing a link to join remotely using Skype For Business, I'm not sure if...
Will there be a lot of impact by this announcement? - https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055 Basically: - Basic Authentication for EWS will be decommissioned - Exchange Web Services will not receive feature updates,...
Version (e.g. 1.0, dev-master): 0.9.6 PHP version: 7.2 Microsoft Exchange version: AWS Workmail (Supports 2013, 2010) Description of problem: No matter what i enter as the version, or as it's...