On Fri, 2010-02-19 at 11:00 +0100, Milan Crha wrote: > On Thu, 2010-02-18 at 19:47 -0500, Philippe LeCavalier wrote: > > I would have gladly provided log entries or something else but since I > > just started playing around with CalDAV I don't know where to look for > > said logs.
Ah, Insight Server is the old Bynari solution. Their documentation <http://www.bynari.net/downloads/neonInsight/documentation/neoninsight_server_5_adminguide.pdf> contains no mention of CalDAV. > please run evolution-data-server-2.28 like this: > $ CALDAV_DEBUG=all /usr/libexec/evolution-data-server-2.28 > (maybe your path to it is different), and then on another console > evolution itself. Any communication with your CalDAV server will be > shown on the evolution-data-server console, hopefully with a detailed > error returned from the server from time of the event creation. Be sure > you'll evolution --force-shutdown before doing above, as only one > evolution-data-server can be running in a system. > I do not know Insight requirements for CalDAV/calendar, but cannot it > be, for example, that it requires an organizer, which Evolution uses for > meetings only? Just a guess. If this server works with Sunbird/Lightning it may be because of the Content-Type. S/L doesn't much care about the C-T of the response, but evolution is very picky - it has to be "application/xml", "text/xml" won't work. (or at least that was the case when I fixes OpenGroupware's Evolution support. Evolution also requires support for ctag and etags; several servers don't support ctags. <http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1986> _______________________________________________ Evolution-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-list
