php-ews
php-ews copied to clipboard
PHP Exchange Web Services
This is similiar to issue #55 I can create a meeting with required attendees $requiredAttendees = array(); foreach($users as $user) { $requiredAttendees[] = array('Mailbox' => array('EmailAddress' => $user)); } $request['RequiredAttendees']...
Hi! I was wondering if someone knew how to return the calendar from multiple users? The code below works if I have an array with only one optional user calendar,...
I've been trying to retrieve/get all meetingrequests using this bundle. But unfortunately I couldn't figure out how I'm able to achieve this. So far I managed to get all e-mails...
As brought up in #64, if you try to query another user's calendar like that, instead of returning something that you can loop over to get events, it returns an...
At the moment, to send an email with attachments, it's required to first Create the item unsent, then Create and Attachment for that item, then Send the unsent item. Only...
The dependency on HttpPlayback forces you to set minimum stability to dev, while this is not the end of the world I would like to ask you to create a...
HI, Does anyone have any code about both getting and setting users OOF messages by any chance? [(https://docs.microsoft.com/en-us/previous-versions/office/developer/exchange-server-2010/aa563465(v=exchg.140))](https://docs.microsoft.com/en-us/previous-versions/office/developer/exchange-server-2010/aa563465(v=exchg.140)) [(https://docs.microsoft.com/en-us/previous-versions/office/developer/exchange-server-2010/aa493825(v=exchg.140))](https://docs.microsoft.com/en-us/previous-versions/office/developer/exchange-server-2010/aa493825(v=exchg.140)) Thanks Mark
https://php.watch/versions/8.2/dynamic-properties-deprecated Deprecated: Creation of dynamic property garethp\ews\API\Type::$Subject is deprecated in /home/site/vendor/garethp/php-ews/src/API/MagicMethodsTrait.php on line 44 Deprecated: Creation of dynamic property garethp\ews\API\Type::$BodyType is deprecated in /home/site/vendor/garethp/php-ews/src/API/MagicMethodsTrait.php on line 44 Deprecated: Creation of...
When I create a recurring event, the repeats ('children' if you will) get slightly different itemIds, which makes it hard to find and delete them later on. How can I...
Hey there! Thank you for this excellent PHP library! I am trying to make a script that synchronizes a schedule I have in my MySQL database to an EWS. To...