Mike Noordermeer
Mike Noordermeer
I don't think we need a constructor with an SDF, it should be enough to overload the method with a `Date` instead of a `Object` parameter and do the correct...
That 0 is not the one you would need to edit, as the paging is done serverside. `CalendarView` probably needs to extend `PagedView` instead of `ViewBase` for that to work.
See https://github.com/eveoh/ews-java-api/commit/f276356614865b3cb5658bff4374110cc9722d4c for a fix based on a somewhat older ews-java-api version.
> Is there any reason why the insecure EwsX509TrustManager is still not removed? This project is dead, buggy and unmaintained. I would simply advise against using it.
I also thought about just removing the escape processing from `isLikeWildcard()`, but that does not help either. If you have `\\` in your parameter value, that can either mean a...
I think we will mostly switch to an explicit `LIKE` or `=`, as we want to force a `=` in some cases for performance reasons (see the remark at the...
@jasonjoh any update on this? We are seeing hundreds of these errors a day, and as the event is created without extensions it means we are unable to properly and...
@DerGuteWolf no you want to create the event without extended properties first, and then retry a couple of times to create the extended properties. It usually succeeds on the second...
@jasonjoh if this error is known and occurring thousands of times a day, I'm not sure why a support case is necessary? It's not like something new is to be...
#1323 has issues with the same change, so I think this change would not be everything - it needs to have a generic, but the generic also needs to be...