[PLUG] Thunderbird public calendaring

Keith Nasman keith at ahapala.net
Thu Jan 20 06:09:45 UTC 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Matt,

I didn't until just now :-) Here's what I did (on my Debian server)

1) aptitude install libapache-mod-dav
2) created /home/keith/public_html/ical
3) chown www-data.www-data /home/keith/public_html/ical
4) create the following file /etc/apache/conf.d/keith-ical with the
following content:

DAVLockDB /var/lock/DAV/DAVLock
DAVMinTimeout 600
<Directory /home/keith/public_html/ical>
~        DAV On
~        AllowOverride None
~        Options None
~        <Limit GET POST OPTIONS PROPFIND>
~            Order allow,deny
~            Allow from all
~        </Limit>
~        <Limit PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY MOVE LOCK
UNLOCK>
#            Require user keith
~        </Limit>
</Directory>

5) Reload apache

****WARNING****
You're gonna want to figure out the security settings on this. Obviously
, my comment above let's anyone post to that directory (I've already
pulled this configuration until I can finish it).

See /usr/share/doc/libapache-mod-dav/README.Debian.gz for more info.

Have fun :-)

Keith

Matt Alexander wrote:
| This is very cool.  Do you know how I would configure my server so I can
| access my calendar from anywhere with Thunderbird or Firefox?
| ~M
|
|
| Keith Nasman wrote:
|
|> To add calendaring to Thunderbird, go to the page below and save the
|> linux thunderbird calendar extension to your computer. Then in Tbird
|> go to Tools->Extensions, click install, and then browse to your
|> download. You'll have to restart Tbird to finish the install.
|>
|>
http://www.mozilla.org/projects/calendar/download.html#download_thunderbird
|>
|>
|> After you restart Tbird there will be a new menu entry
|> (Tools->Calendar) to bring up the calendar.
|>
|> Then you can find public calendars and copy the .ics links for a public
|> calendar and, in the calendar app, choose File->"Subscribe to Remote
|> Calendar" and paste in your .ics link.
|>
|> http://www.apple.com/ical/library/
|>
|> or the "mother" of all ical sites
|>
|> http://icalshare.com/
|>
|> Speaking of public calendars, would this be something that PLUG would
|> benefit from for our various events? If we could get all the info in
|> the calendar entry then a cron job script could mail the list a day or
|> two ahead to keep up the usual notification. Anyone set up the server
|> side of public calendars with webDAV?
|>
|> Thunderbird rocks! :-)
|> Keith
|
|
| _______________________________________________
| PLUG mailing list
| PLUG at lists.pdxlinux.org
| http://lists.pdxlinux.org/mailman/listinfo/plug

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFB70spxVhDhzEK65kRAikuAJ4zJ0yFl/K2zIe77UfJXN1oRzZucACgrW1a
lBKq6BrasCWJz+snrSUMXS0=
=fH6D
-----END PGP SIGNATURE-----



More information about the PLUG mailing list