Calendar recommendation (web based?)

shrek-m at gmx.de shrek-m at gmx.de
Thu Nov 11 15:04:31 UTC 2004


Mike Witt wrote:

>I had been using "ical" for a long time. But there doesn't appear
>to be a version for FC. Can anyone recommend a good calendar program
>to use? So much the better if it's web accessible.
>

mozilla-calendar, sunbird, ...
http://www.mozilla.org/projects/calendar/
http://www.mozilla.org/projects/calendar/sunbird.html

you can put your ical-files on a webdav-server
http://httpd.apache.org/docs-2.0/mod/mod_dav.html


$ rpm -ql httpd | grep dav
/usr/lib/httpd/modules/mod_dav.so
/usr/lib/httpd/modules/mod_dav_fs.so
/var/lib/dav

$ grep -i dav /etc/httpd/conf/httpd.conf
LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
# WebDAV module configuration section.
<IfModule mod_dav_fs.c>
    # Location of the WebDAV lock database.
    DAVLockDB /var/lib/dav/lockdb
# redirects for folders with DAV methods.
# Same deal with Apple's DAV filesystem and Gnome VFS support for DAV.
BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully

-- 
shrek-m




More information about the fedora-list mailing list