[Wiki] changed: KronolithSunbird
Wiki Guest <[email protected]>
| Newsgroups | gmane.comp.horde.cvs |
|---|---|
| Message-ID | <[email protected]> |
guest [84.112.145.204] Mon, 30 Mar 2009 18:36:50 -0400 Modified page: http://wiki.horde.org/KronolithSunbird New Revision: 1.13 Change log: Add hint about PUT method @@ -62,8 +62,20 @@ I can read my calendar perfectly but not publish. My apache returns a 404 or 403. Then it should work according to this: http://lists.horde.org/archives/kronolith/Week-of-Mon-20060130/005859.html + +Check also, whether the Apache config allows the PUT method. You should have something similar to +<code> + <Directory /home/www/cal> + <LimitExcept GET POST OPTIONS PROPFIND PUT> + Order deny,allow + deny from all + </LimitExcept> + </Directory> +</code> + +where /home/www/cal would be the directory under which horde is installed, in your Apache config. 26/03/08: With Lightning v0.7 and Horde Webmail 1.1RC3, reading and publishing works correctly with a remote calendar as described on this page. This does work very nicely with sunbird 0.7 and kronolith 2.2, you must select ical (not webdav) but you do get two way editing. -- To unsubscribe, mail: [email protected]