August 10, 2006
Darwin Calendar Server - Success
So, I managed to get the Darwin Calendar Server up and running.
It's still pretty primitive, but once I got Python 2.4 installed, and followed the QuickStart instructions (once they were posted), I was in business. I had a CalDAV server listening on port 8008 of my laptop. I could connect to it in with my web browser, authenticate as admin, and see .ics files in the directory, but that's the extent of the web access at present. In theory, OSAF's Scooby could potentially be connected to it to provide a Web Calendar, until either one is provided or Leopard Server is used.
I then went looking for clients to connect to it. iCal won't support CalDAV until Leopard comes out, so I went looking for other alternatives. I first tried OSAF's Chandler, but that didn't work so well. I couldn't get the OS X version to run for more than 30 seconds(it was version 0.7a3), let alone connect to the server. I then grabbed Mozilla Sunbird and gave it a try. It's working reasonably well.
There aren't any instructions on tying it into LDAP yet - it's right now only using a single hard-coded "admin" account, so the ability to schedule events with other users is unclear at present. Sunbird greyed out the "invite other users" button, but that may just be normal for all I know.
Posted by sdh7 at 01:22 PM | Comments (0) | TrackBack
August 07, 2006
Darwin Calendar Server(!)
It looks like Apple is open-sourcing the Calendar Server that's going to be in OS X Server 10.5. It implements CalDAV, so you should be able to get to it using a client other than iCal.
I'm grabbing it via Subversion as I type this...turns out a lot of it is written in Python. Interesting...
Posted by sdh7 at 11:48 PM | Comments (1) | TrackBack
August 24, 2005
useful OS X hints
Apparently these two little hacks have been around for a while, I'm just a little late getting to them...
defaults write com.apple.Terminal FocusFollowsMouse -string YES
defaults write com.apple.x11 wm_ffm true
Posted by sdh7 at 05:05 PM | Comments (0) | TrackBack