ews-javascript-api icon indicating copy to clipboard operation
ews-javascript-api copied to clipboard

EWS API for TypeScript/JavaScript - ported from OfficeDev/ews-managed-api - node, cordova, meteor, Ionic, Electron, Outlook Add-Ins

Results 83 ews-javascript-api issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, I have found that both of onDisconnect and onSubscriptionError not called, when I change my computer's network. backgroud: I use StreamingSubscriptionConnection; lifetime is 1 minute; I have push onSubscriptionError...

bug
deferred

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-javascript-api/js/ComplexProperties/TimeZones/TimeZoneDefinition.js:260:44) at GetServerTimeZonesResponse.ReadElementsFromXmlJsObject (node_modules/ews-javascript-api/js/Core/Responses/GetServerTimeZonesResponse.js:56:56) Is...

bug

- [ ] use async/await in all calls to server remaining: arguments.length does not work when using async function in es5 code.

Code Improvement

Encountered an error "An error occurred while parsing EntityName.." Found out that CreateItem fails if Subject contains '&'. Obviously the reason is that XML are not allowed to contain 5...

Code Improvement
doc update

Hey Gautam, I'm using your package and found an error in the code. Starting from Exchange2013 when requesting Item with 'All properties', Exchange starts to add EntityExtractionResult property (for example...

bug

Hi Gautam, Is there any way to access raw response sent by exchange ?

Feature

- [ ] AbstractFolderIdWrapper - [ ] ApprovalRequestData - [x] GroupMember - [x] GroupMemberCollection - [ ] ManagedFolderInformation - [x] MeetingTimeZone - [ ] PhoneCall - [ ] PhoneCallId -...

[onDisconnect args {"Subscription":null,"Exception":null}] whait's wrong??? How can I solve this problem??? When I using outlook email test ,it's ok.The problem occured only when I using my test exchange server.

In some cases promises are rejected with error that has empty message and zero error code. For example, the code below results in such an error. HttpStatusCode is not null....

Not sure if this is a bug or a feature ) I noticed that UpdateItem returns null instead of response. I looked at the source code and found that UpdateItem...