André Behrens
André Behrens
@dotCipher do you want to create a PR on the CalendarView issue? @MikeN123 hopefully we dont force the use of `java.sql.Date` :smile: here. Have you finished your investigations yet?
hmm maybe we can have a default parsing pattern for the dates and also add a constructor with a SimpleDateFOrmat as parameter to enable users to add their own.
I will have some tests on that in the next few days. Besides PR are welcome.
hmm seems that `ServiceObjectSchema.allSchemaTypes.getMember()` is just an empty list when it is tried being iterated. The reason could be because [this](https://github.com/OfficeDev/ews-java-api/blob/e4bc4ac394d9772b0da0376dbca625ca4806bc2d/src/main/java/microsoft/exchange/webservices/data/core/service/schema/ServiceObjectSchema.java#L74) has been commented. A small test with the uncommented...
you are sure this list is always empty and there are rooms to be retrieved?
@aquav thanks for the report. It would also be interesting if this error also occurs when you run your load test against the current 2.0 api.
maybe anyone of you guys can provide a PR?
@nickersd can you provide a small code example that triggers the exception? Are you using the latest snapshot version?
should be a server-side problem with resolving the request. Maybe step into the trace to see the underlying request.
@dconnelly thanks for your contribution. Maybe you can add tests that declares initialization of `HttpClientWebRequest` to be working with different request methods.