You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
Hi all,
here is a possible bug in Recurrence class:
https://github.com/OfficeDev/ews-java-api/blob/master/src/main/java/microsoft/exchange/webservices/data/property/complex/recurrence/pattern/Recurrence.java
MonthlyPattern and YearlyPattern methods try to read XML value using int.class instead of Integer.class.
Correct form should be (used everywhere else in the class):
This had caused errors in my tests by getting this types of recurrence pattern.
Methods using int.class to read XML