We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Removed examples that have been moved to the new site.
Documented move to the new hompage.
Updated Home (markdown)
cleanup and formatting improvements, e.g. fenced code blocks for syntax highlighting etc.
Fixed bug where DaylightTime was not declared prior to use (resulted in warning).
forgot to add ESType_ to the BodyTypeType static call
whoops, forgot to add EWSType_
Added a few more updatable field definitions
spelling correction
Added a warning to use paging in all requests.
typo
just added highlighting for php code
Updated Calendar: Get Event Colors (markdown)
Created Calendar: Get Event Colors (markdown)
Updated Search Expression: Simple Conditions (markdown)
An additional example for search attached email only
Missing '>', needed to run code
One step closer to getting the attachment ID set correctly, but the previous way caused a Catchable Fatal Error, which can be seen in this bug here: https://github.com/jamesiarmes/php-ews/issues/221
Updated Calendar: Synchronization (markdown)
Created Calendar: Synchronization (markdown)
correctly set AttachmentId->Id
example of how to retrieve a Lync online meeting URL from a calendar via Extended Properties
The tutorial as it was did not work for me, I had to modify as shown to get it to work.
Updated Contact: Set Update Photo (markdown)
Set or update contact's profileimage
Destroyed Email : retrieve all email attachments (markdown)
fixing code block