-
Firstly, it would be good if you switched to 0.9.8, since you're doing your install now. This can be downloaded (along with AWL 0.39) from http://debian.mcmillan.net.nz/packages/davical (& .../awl for the AWL package). I'll publicise the release more widely when I return from a short vacation.
The 'Fatal error parsing etags for caltest' suggests to me that perhaps there is an error in the...
2010-01-01 10:07:15 UTC in DAViCal CalDAV Server
-
Well, the developers of Hiawatha are presumably not too interested in the use case where the HTTP server does the HTTP parts of the protocol, and the web application does the rest. Perhaps they see that there are security issues with allowing an application to check it's authentication requirement itself, since someone with unauthorised access to the application might be able to gain...
2009-12-15 10:59:00 UTC in DAViCal CalDAV Server
-
Stupid markdown syntax not checking for word boundary before converting _ into italics. Of course there should be one between de and DE in the above post.
2009-12-14 19:15:18 UTC in DAViCal CalDAV Server
-
Looks like your PostgreSQL installation has been done in a non-UTF8 locale. Is it possible to just wipe it and start over? If you're on a Debian (or Debian derived) system you can use a pg_createcluster command to create a new DB cluster in the desired locale. Use:
man pg_createcluster
for the full lowdown on the syntax of that.
It's less complicated if you can wipe out the whole...
2009-12-14 19:13:47 UTC in DAViCal CalDAV Server
-
If Hiawatha is not running PHP as a module, then you're likely running into a problem with the handover of the authentication information from Hiawatha to PHP. Check on the wiki for some of the information about FCGI, because that might also be applicable.
The service is using basic auth, and the username/password from the basic auth somehow need to get into the PHP code. The place this is...
2009-12-13 11:08:18 UTC in DAViCal CalDAV Server
-
Hi,
iCal needs to find the delegated calendars because it finds the calendars in the first place. Other clients (like lightning) don't take this approach, because they just accept calendar URLs directly for configuration and they don't care about whether they are your calendars or someone else's calendars - just that you have the rights to access them.
DAViCal has always supported the...
2009-12-09 10:22:54 UTC in DAViCal CalDAV Server
-
iCal3 used non-standard extensions to CalDAV to access the delegated accounts. iCal4 uses a different method, but one that is not fully supported by DAViCal 0.9.7.x
I don't have access to iCal4 for comprehensive testing, but I suspect that some ingredient of this still won't be fully supported when I release 0.9.8 in the coming week, although the support is mostly in place.
Once 0.9.8 is...
2009-12-08 19:17:28 UTC in DAViCal CalDAV Server
-
Specifically, the last commit here:
http://repo.or.cz/w/davical.git/shortlog/refs/heads/0.9.7.
2009-12-07 19:54:48 UTC in DAViCal CalDAV Server
-
If you check the end of the 0.9.7 branch in Git you'll see one more commit that fixes this problem.
http://repo.or.cz/w/davical.git/
Cheers,
Andrew.
2009-12-07 19:32:45 UTC in DAViCal CalDAV Server
-
See my [mailing list response](http://sourceforge.net/mailarchive/message.php?msg_name=1259445534.3769.1892.camel%40happy.home.mcmillan.net.nz "something went wrong in configuring PostgreSQL access permissions").
2009-11-29 03:43:37 UTC in DAViCal CalDAV Server