-
I've noticed Outlook uses a mix of EWS and the new Microsoft API, so I'm not sure if this is a bug, but basically:
1) New calendar events created on a "shared calendar" (with read/write access) in …
-
Receive e-mail and sync contacts/calendar/... via EWS API (supported e.g. by MacOS natively)
-
I was just trying to get the timezones from the server but the call crashed with
TypeError: Cannot read property 'AddDays' of undefined
at TimeZoneDefinition.ToTimeZoneInfo (node_modules/ews-j…
-
I reached out to Microsoft and the Graph API does support subscriptions, much like EWS did. It would be of benefit for some and probably allow them to transition from EWS (eg exchangelib) to the Graph…
-
after attempting to run a small hello world program using EWS on a raspberry pi I encountered the following exception (email address scrubbed):
`Unhandled Exception: System.ComponentModel.Win32Except…
-
Per this blog, EWS will EOL Basic Authentication. Before that, the OAuth support should be included:
https://blogs.technet.microsoft.com/exchange/2018/07/03/upcoming-changes-to-exchange-web-service…
-
Unfortunately EAS-4-TbSync is no option in our company. The Active Sync API is phased out and exceptions are no longer granted. For EWS I understand that there will be no TbSync provider and proprieta…
ghost updated
2 years ago
-
support using the ews-mananged-api from applications built for .net core
-
On Outlook desktop `window.Office.context.mailbox.item.attachments` returns an array of attachments with empty ids and zero size:
```
[
{
"attachmentType": "file",
"contentType": "ima…
-
Hello:
Can someone show me how to update a task. Right now here is what I'm doing:
```php
$type_id = new \garethp\ews\API\Type\ItemIdType($this->external_id,$this->change_key);
$task = $api->…