With Mac OSX 10.5 (Leopard), proper support for CalDav has arrived. Along with this, Apple also developed a CalDav server, which compiles cleanly on 10.4 and above. As I had a 10.4 Powermac which isn’t fast enough to run Leopard, I decided to stick the CalDav server on it and see if it works. It does.
You should, I believe, be able to compile the CalDav server on any Unix-like OS. It’s mostly Python based.
This works on OSX 10.4.11 on PowerPC, with Fink and the Developer Tools (gcc) installed.
Download the latest version of the CalDav Server from http://trac.calendarserver.org/projects/calendarserver/. You currently have to use SVN.
sudo bash apt-get install svn-client apt-get install python24 mkdir calendar cd calendar svn checkout http://svn.calendarserver.org/repository/calendarserver/CalendarServer/trunk CalendarServer cd CalendarServer ./run -s cp ./conf/caldavd-test.plist ./conf/caldavd-dev.plist
In calendar/CalendarServer:
./run
The run command takes about a minute to startup, and it logs all sorts of stuff. Once it stops spewing verbosely, you should be able to connect from a web browser. Try http://servername:8080 and see if there’s any output. It should ask for authentication. Default username and password are ‘admin’ and ‘admin’.
With multiple clients subscribed to the CalDav server account, the changes you make on one client are seen in the other, as this is a CalDav server, not a subscription to a read-only calendar. Your client has to talk CalDav, not just WebDav or read ICS files. So far, the official list is Leopard iCal, Sunbird, Chandler and Mulberry.
With Leopard iCal, you can attach files to an events. These are saved on the CalDav server and should be visible by any CalDav client.
I’ve not worked out how you can CalDav subscribe to other people’s calendars. You can WebDav subscribe and have a read-only view of other CalDav caledars, but that doesn’t let you edit them or view attached files.
Sunbird’s manual refresh of remote calendars sometimes shows your calendar as empty. Keep refreshing until it shows some events.
Add some test events to your new calendar.
I’ve only test Sunbird 0.7 on Mac OSX 10.5. It seems reasonably stable.
Create some new events.