Thanks. I haven't been aware of EWSEditor. I'll have to give it a try. Do you have any pointers on using it, or is it pretty straight forward?
I think I just found my answer here https://sourceforge.net/p/davmail/mailman/message/32889664/ Has anything changed with the access to calendars that I only have free/busy permission to since 2014?
I have another shared email account that I am an admin of and I can connect to that one using the same formatted URL. It's only the calendars that I want to get free/busy information from that don't work.
Accessing calendars from other individuals
Running with XDG_CURRENT_DESKTOP set to ubuntu:GNOME prevents any tray icon. Fixing "-e" vs. "-f" and unsetting XDG_CURRENT_DESKTOP I get Exception in thread "SWT" java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: no swt-cairo-gtk-3836 in java.library.path no swt-cairo-gtk in java.library.path Can't load library: /usr/lib/jni/libswt-cairo-gtk-3836.so Can't load library: /usr/lib/jni/libswt-cairo-gtk.so Can't load library: /home/jschewe/.swt/lib/linux/x86_64/libswt-cairo-gtk-3836.so...
Found the problem, /usr/share/java/swt.jar is a symlink. Your shell script is using "-f" and should use "-e".
Here is what I see: java -Xmx512M -Dsun.net.inetaddr.ttl=60 -Djdk.gtk.version=2.2 -cp /usr/share/davmail/davmail.jar:/usr/share/davmail/lib/*:/usr/share/java/javafx-base.jar:/usr/share/java/javafx-controls.jar:/usr/share/java/javafx-fxml.jar:/usr/share/java/javafx-graphics.jar:/usr/share/java/javafx-media.jar:/usr/share/java/javafx-swing.jar:/usr/share/java/javafx-web.jar davmail.DavGateway So it seems that I don't have swt installed at all.
I installed libswt-gtk-3-java version 3.8.2 and then started davmail and I see: java -Xmx512M -Dsun.net.inetaddr.ttl=60 -Djdk.gtk.version=2.2 -cp /usr/share/davmail/davmail.jar:/usr/share/java/swt.jar:/usr/share/davmail/lib/* davmail.DavGateway
Here is what I see: java -Xmx512M -Dsun.net.inetaddr.ttl=60 -Djdk.gtk.version=2.2 -cp /usr/share/davmail/davmail.jar:/usr/share/davmail/lib/*:/usr/share/java/javafx-base.jar:/usr/share/java/javafx-controls.jar:/usr/share/java/javafx-fxml.jar:/usr/share/java/javafx-graphics.jar:/usr/share/java/javafx-media.jar:/usr/share/java/javafx-swing.jar:/usr/share/java/javafx-web.jar davmail.DavGateway So it seems that I don't have swt installed at all.
I tried downloading the trunk build from https://github.com/mguessan/davmail and it didn't get better. The about dialog shows 5.1.0-trunk.
Can you package the swt jar file with the distribution?
Missing tray icon for 5.1.0-2891 on Linux
Null pointer with stack trace
I'm running 5.0.0-2801-1 on Ubuntu Linux. I only see the stack trace, no warn statement near it in the logs. Sometimes I have this exception above it. 2018-12-14 10:20:43,085 ERROR [CaldavConnection-59620] davmail - java.lang.NullPointerException java.lang.NullPointerException at davmail.exchange.ews.ItemId.<init>(ItemId.java:59) at davmail.exchange.ews.ItemId.<init>(ItemId.java:39) at davmail.exchange.ews.EwsExchangeSession.loadVtimezone(EwsExchangeSession.java:2767) at davmail.exchange.ExchangeSession.getVTimezone(ExchangeSession.java:3791)...
Null pointer exception writing days of week
Is it expected that with 5.0.0 I still need to clear XDG_CURRENT_DESKTOP?
I have an icon in my tool bar and I can access the settings from there. This connection is using EWS authentication.
Yes, I checked davmail.log. That's where i got the message from.
I've recently noticed that davmail is giving me NullPointerException messages like the one below. I'd like to have a stack trace so that I can determine where the error is and provide a useful bug report. I've tried setting the log level to DEBUG, but that didn't help. How do I get a full stack trace for this error? 2018-11-13 08:00:55,955 ERROR [CaldavConnection-40712] davmail - java.lang.NullPointerException java.lang.NullPointerException
Yes, I get a tray icon. I have Ubuntu appindicators and Topicons installed as gnome extensions.
That works nicely!
I see in the release notes that this is explicitly disabled "- Linux: disable system tray on Ubuntu 18". Any background on this and what we shoudl be doing on Ubuntu 18?
Missing tray icon for 4.9.0-2652 on Linux
I haven't seen anymore problems this week. I suggest that this ticket be closed.
I just grabbed 4.8.5 and it appears to be working for me. I'll keep testing it this week.
I know this is an old ticket, but I see that it's still in pending-fixed and I'm running into this. My mail client is sending the timezone "America/Chicago", however DavMail is sending "Central Standard Time". When the event is looked at in Outlook the timezone is "Central America" and my events are an hour later than they should be. So it seems like the timezone translation table isn't quite right.
Now it's working again... Ignore ticket.
Problems syncing with Toodledo
How would one specify the path on the command line? I see that it's hard coded into...
Building debug version fails
Outbound messages lost when Exchange is down
Point::Touches doesn't work for rectangular pixmaps
Memory leak in MapControl::paintEvent
Extra logging output on every network request
Failed fetches will never try again
Deadlock in 0.9.7.0
This patch fixes a couple more problems with Qt 5. QPixmap can no longer be assigned...
Remove qmapcontrol-snapshot_r49.tar.gz. Uploaded the wrong file.
Support Qt 5
Problem solved. It's a bug in apr. They are defining wtypes_h instead of including...
Here's a log from the same build with gcc 4.7.3 that works. I notice in the configure...
The working version of mingw has gcc 4.7.3.
Problem with mingw header files preventing build of apr
Installer cannot download repository.txt
Note this change was made in the large bulk merge of revision 41. This behavior is...
isVisible check inside paint method prevents rendering to pixmap