-
Yup, same for CalendarEntryDigest. Looking forward to the fix!
Iterator digests = calendar.getCalendar(true);
while (digests.hasNext())
{
CalendarEntryDigest digest = (CalendarEntryDigest) digests.next(); <-- error here
System.out.println(digest.getType().toString());
}
Exception in thread "main" java.lang.ClassCastException...
2009-07-23 05:34:11 UTC in Domingo - Java-API to Lotus Notes/Domino
-
I vote for Palm Pre instead :)
2009-07-16 01:04:45 UTC in LotusNotes-Google Calendar Synchronizer
-
Shin,
AWESOME! Will anxiously await your new code :)
- nick.
2009-07-15 22:43:03 UTC in LotusNotes-Google Calendar Synchronizer
-
Hello,
Do you plan on supporting local nsf files or only the notes web server? My company does not enable the notes web server, so the only way to get to our mail/calendar etc is via the rich client... but my mail file is sitting right here :)
Thanks!
- nick.
2009-06-10 06:30:45 UTC in LotusNotes-Google Calendar Synchronizer
-
kreucher committed patchset 108 of module helpdesk to the Helpdesk Web Interface CVS repository, changing 1 files.
2007-11-21 15:19:27 UTC in Helpdesk Web Interface
-
Having problems with all your entries submitting as "999999.99"? Try this:
$ mysql -u root -p
mysql> use helpdesk;
mysql> alter table entries modify id double(10,2) DEFAULT '0.00' NOT NULL UNIQUE;
mysql> alter table history modify id double(10,2) DEFAULT '0.00' NOT NULL;
Also, check out the new hddb-mysql.sql in CVS.
2006-05-30 08:50:21 UTC in Helpdesk Web Interface
-
kreucher committed patchset 107 of module helpdesk to the Helpdesk Web Interface CVS repository, changing 1 files.
2006-05-30 08:44:26 UTC in Helpdesk Web Interface
-
kreucher committed patchset 41 of module zuc to the ZUC CVS repository, changing 1 files.
2004-11-22 09:50:30 UTC in ZUC
-
kreucher committed patchset 106 of module helpdesk to the Helpdesk Web Interface CVS repository, changing 1 files.
2004-09-11 20:15:12 UTC in Helpdesk Web Interface
-
kreucher committed patchset 105 of module helpdesk to the Helpdesk Web Interface CVS repository, changing 2 files.
2004-06-03 05:09:13 UTC in Helpdesk Web Interface