ews-javascript-api
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
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...
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...
- [ ] use async/await in all calls to server remaining: arguments.length does not work when using async function in es5 code.
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...
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...
- [ ] 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...