Quote:
Originally Posted by ghm1014 The connector was trying to get daylight saving info when there is not.
I modified the file
ru.korusconsulting/src/java/ru/korusconsulting/connector/funambol/CalendarUtils.java
method getTimeZone
line 1342
Now its working for me |
Nice work.
I just added the condition "tz.attributeValue("dayoff") != null" in line 1340 (v. 0.5.01) and now it seems as synchronisation works perfectly, but I fear it would be better to set attr "dayoff" to zero instead of checking if its null so getTimeZone can do it's job correctly.
I guess it's a bug in the connector. Are there considerations to fix it (sorry if I missed responses to ghm1014's solution)?