Open msjoberg opened 9 years ago
I can reproduce the issue on Emacs 24.5 Arch Linux (as well as with previous 24.x versions).
I have the same problem on Emacs 24.5 Arch Linux
I can confirm that I also have this problem with my Baikal CardDAV and CalDAV server, connected from GNU Emacs 24.5 on Gentoo 64-bit.
Additionally, other clients work fine, such as DAVDroid or vdirsyncer.
I am getting the same as above. Also on Debian Jessie with org-caldav 20160306.123
I also have it working in DavDroid and IceDove (Debian's rebranded version of Thunderbird).
Is there a workaround?
I have also raised a support Ticket with MyKolab Tech Support in case the problem is from their side.
I am getting the same. Caldav was installed from MELPA today. GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.16.6) of 2015-09-17 on lgw01-52, modified by Debian
I just submitted a bug on the Kolab.org site:
Just wanted to add - I'm not having this issue anymore, at least with my Baikal server. Not sure what's fixed it, but it works great now. I'll check the commit history later to see if there's been anything that might have resolved the issue.
I am also getting this issue with kolab.
I just wanted to report that as of today (18th of September 2016), after having upgraded to Emacs 25.1, I no longer have this issue. Still unsure what this was all about...
@Adocentyn Are you using Kolab Now or some other host? What version of Kolab is it? I am still getting the issue.
@Cadair : I'm using Kolab Now so it's the "original" Kolab SaaS service. I truly don't understand what the problem could be, since this problem does not seem to have any real pattern behind its random reproductibility.
This is also now working for me.
If some of you still have problems please use latest org-caldav to see where exactly the check for DAV is failing.
At least I am not using Kolab anymore, so I cannot test.
I'm using the mykolab.com service, and their CalDAV works fine with other clients (DAVDroid, Thunderbird), but with org-caldav I'm consistently getting this error:
And it does not work on subsequent tries as in issue #30. That same URL works fine e.g. in cadaver as well (in addition to the regular CalDAV clients mentioned) I have tracked it down this far:
org-caldav-check-connection
calls(url-dav-supported-p url)
which fails withnil
(url-http-options url)
which returns only(methods (GET HEAD POST OPTIONS))
, i.e. does not contain thedav
property - which causesurl-dav-supported-p
to returnnil
I'm running Emacs 24.4.1 (Debian jessie version) and org-caldav is 20150131.152, i.e. newest from melpa.