Exchange-Web-Services-for-PHP icon indicating copy to clipboard operation
Exchange-Web-Services-for-PHP copied to clipboard

A basic library for interacting with Exchange Web Services using PHP 5.

Results 27 Exchange-Web-Services-for-PHP issues
Sort by recently updated
recently updated
newest added

How to send emails with embedded images?

As Microsoft wrote [here](https://techcommunity.microsoft.com/t5/exchange-team-blog/upcoming-changes-to-exchange-web-services-ews-api-for-office-365/ba-p/608055), there will be some major changes Oct. 13, 2020. _"October 13th, 2020 we will stop supporting and fully decommission the Basic Authentication for EWS to access...

Hi. No pull requests have been merged since 2017. I also have few improvements made for my own use that could be useful but no one is merging code then...

There were a few more bugs related to uninitialised objects and variables, furthermore some issues that can occur then event attributes are empty. I'll delete the other pull requests, this...

If get_events() returns only one event an error is shown `Warning: count(): Parameter must be an array or an object that implements Countable in /Applications/XAMPP/xamppfiles/htdocs/pikettapi/sources/lib/ExchangeClient.php on line 121`

When using the get_events() function I get a lot of warnings (while it still seems to work). Can anybody help? Thanks! > Warning: Creating default object from empty value in...

Thanks for this repo, it's great !! Today I started to use this lib and have the following error: `PHP Notice: Undefined property: stdClass::$ToRecipients in Exchange-Web-Services-for-PHP/lib/ExchangeClient.php on line 257` Reviewing...

I'd like to create an event containing a body information as plain text or HTML. So i tried to extend the ExchangeClient function create_event() with: ``` $body = 'Hello World!...

This only makes sense.. here is the code in the object: ``` php public function get_events($start, $end) { $this->setup(); $FindItem->Traversal = "Shallow"; $FindItem->ItemShape->BaseShape = "IdOnly"; $FindItem->ParentFolderIds->DistinguishedFolderId->Id = "calendar"; if($this->delegate !=...

hello, i do an advance install. the wsdl will be not load if i don't declare the realPath of wsdl : $exchangeclient = new ExchangeClient(); $exchangeclient->init("xxxx", "xxxx", null, realpath(dirname(**FILE**) ....