GooCalSync - Response: Interesting, looks like this is the culprit.
public static String adjustXStoDST(String dt) {
lotus.domino.DateTime ddt = convXStoNotesDateTime(dt);
try {
if (ddt.isDST()) { //This Appears to see if the Domino DateTime is currently in DST
ddt.adjustHour(-1); // If so it arbitrarily removes an hour.
}
} catch (NotesException e) {
e.printStackTrace();
GooCalUtil.logStackTrace(e);
System.exit(-1);
}
return convNotesDateTimeToXS(ddt);
I'm not sure why the time was arbitrarily removed, it SHOULD function AFAIK without that. I can't test it atm, but it might not be necessary to even loop through the br.getRDate for loop any longer when using the .getDefault() time zone.
Documents
|
| |
|
| Author |
|
| Jul 30, 2009 |
Jidong Zhang |
com.google.gdata.util.InvalidEntryException: Bad Request |
| Aug 22, 2009 |
Muneyuki Ohkawa |
Response: Fixed in v0.920 |
| Jul 31, 2009 |
Joshua Boyd |
Response: Same issue with Repeating Calendar Items |
| Aug 2, 2009 |
Benjamin Plummer |
Response: |
| Aug 3, 2009 |
Khelben Arunson |
Response: |
| Aug 3, 2009 |
Khelben Arunson |
Response: Fixes for v0.919 - DST & Recurring Meetings |
| Aug 24, 2010 |
Ian Gillett |
Response: Download no longer valid |
| Aug 4, 2009 |
Jon A Christopher |
Response: DST fix |
| Aug 4, 2009 |
Khelben Arunson |
Response: Interesting, looks like this is the culprit. |
| Aug 5, 2009 |
Jon A Christopher |
Response: |
| Aug 5, 2009 |
Khelben Arunson |
Response: Sidereal Time... |
| Aug 24, 2009 |
Michael Eck |
Response: DST Fixes, Khelben? |
| Oct 28, 2009 |
Khelben Arunson |
Response: Sure |
| Aug 4, 2009 |
Jon A Christopher |
Response: repeating meetings work, but TZ is incorrect |
| Aug 4, 2009 |
Khelben Arunson |
Response: Tell me more about the meeting. |
| Aug 3, 2009 |
Benjamin Plummer |
Response: The new compliled JAR gives me the following error |
| May 8, 2010 |
Takashi YANO |
Response: GooCalNotesSync |
| Aug 4, 2009 |
Khelben Arunson |
Response: Probably my fault... |
| Aug 4, 2009 |
Khelben Arunson |
Response: JRE 5 Compatible JAR |
| Aug 13, 2009 |
Phil K |
Response: Better !!! ;-) |
| Aug 4, 2009 |
Jidong Zhang |
Response: |
| Aug 4, 2009 |
Khelben Arunson |
Response: About locations |
| Aug 5, 2009 |
Jidong Zhang |
Response: location |
|
|
| |
|