Use Your Mac to Share iCal Calendars 52
A user writes "Calendar publishing with iCal requires a .Mac membership or a WebDAV server. Most ISPs and hosting companies don't offer WebDAV -- or at least mine don't -- but you can run WebDAV under Apache on your Mac, and publish calendars and share them among a local network or among multiple users of a single computer. Already two different tutorials explaining how to do this have appeared on the Web: this one at Mac OS X Hints and this one courtesy of Shawn Wall. I'm sure Slashdot readers could offer even more suggestions." I set up mod_dav for the first time within an hour of downloading iCal the other day, with help from this article. Now, if only iCal weren't really slow and buggy ...
WebDAV and PHP (Score:3, Informative)
I kept getting XML errors when restarting httpd after enabling WebDAV. Turns out it's a conflict between Marc Liyanage's otherwise excellent PHP4 module for OS X [entropy.ch].
If you need to run both WebDAV and php, use Apple's php module.
Re:MOD PARENT DOWN (Score:1)
It's just copied from here!
Sigh. I think the forum software is hiccuping, because I only posted that once. I noticed that someone else's signed message was duplicated by a fictional AC.
Re:WebDAV and PHP (Score:1)
Re:Don't be stupid! (Score:1)
Using FTP to upload calendars instead of WebDAV (Score:2, Informative)
I haven't tried either. Reviews for each (calSync [versiontracker.com], iCal FTP [versiontracker.com]) on VersionTracker are mixed.
Re:Using FTP to upload calendars instead of WebDAV (Score:1)
Calenders served by Apple (Score:2)
Re:Calenders served by Apple (Score:2)
Re:Calenders served by Apple (Score:2)
Re:Calenders served by Apple (Score:1)
Re:Calenders served by Apple (Score:1)
Check it out!
Patrick Crowley
iCalShare.com [icalshare.com]
Share Your iCalendars!
Privacy, privacy, privacy (Score:2, Interesting)
Re:Privacy, privacy, privacy (Score:3, Insightful)
Re:Privacy, privacy, privacy (Score:1)
That's ridiculous. If you're using a calendar to its full potential, it's at least as personal as a diary: it has your medical appointments, your dates, your hopes for the future. If I want to share information about myself, I will do so, and I do; but when I don't want to share something, I don't want to send it unencrypted over a global network (and, as often as not in my case, a local wireless network). Privacy is not just for finances, you know.
Re:Privacy, privacy, privacy (Score:2)
I can't imagine what conclusion a rational person would draw, being myself a stark raving paranoid loon.
That pretty much says it all, I think.
Re:Privacy, privacy, privacy (Score:1)
> If you're using a calendar to its full potential,
> it's at least as personal as a diary: it has your
> medical appointments, your dates, your hopes for
> the future. If I want to share information about
> myself, I will do so, and I do; but when I don't
> want to share something, I don't want to send it
> unencrypted over a global network (and, as often
> as not in my case, a local wireless network).
> Privacy is not just for finances, you know.
So use iCal to its fullest potential, and make two calendars. Call one "Private", put your hopes, dreams and doctor's appointments in it, and don't let it leave your hard drive except for backups. Call the other "Public", and put the stuff you want to share with the world in it. That way, you do share what you want to share, and your private stuff is safe.
"Heart can reach where hand cannot. Climb over any wall..."
Mothra (via Moll) "Mothra 3: King Ghidora Attacks"
Re:Privacy, privacy, privacy (Score:1)
If you read my comment that started this thread, you'll notice that I'm talking about stuff I'm willing to share with a certain limited set of people, but not the world. I already use encrypted email or WebDAV over HTTPS for that sort of thing; I'm just frustrated that Apple's k3wl new tool won't fit into that world when it would have been easy to make it, and when they promised to do so.
Re:Privacy, privacy, privacy (Score:1)
This lack of security consciouness is very annoying, I can't use e.g., Dreamweaver's or BBEdit's built in WebDAV-/ftp-clients due to their clear text password transfer. Why can't Dreamweaver etc simply use the command line sftp-client?
Re:Privacy, privacy, privacy (Score:2)
Re:Privacy, privacy, privacy (Score:1)
Re:Privacy, privacy, privacy (Score:1)
Publishing just hangs there, it connects, by hangs.
Don't know why
In a related story... (Score:3, Funny)
Said a representative of the CMAA:
"We can not allow the distribution of content without properly compensating the original creators."
Re: (Score:2, Informative)
Viewing on the web. (Score:4, Interesting)
Re:Viewing on the web. (Score:4, Informative)
Like everyone else in the Mac/Unix world, I'm finding this stuff fascinating and am trying to figure out how I can get interchange running between things like iCal, my Palm Pilot, my work-mandated Lotus Notes account, and other fun things on the side. iCal seems like a decent switchboard for a lot of these ideas, but automatiing things with Perl &/or Applescript is also going to be essential....
Re:Viewing on the web. (Score:2)
Like the user to whose post you replied, I too am looking for an ICS-enabled web calendar similar to the very nice one at
I found Net::ICal and Date::ICal, and I'm starting to look at them now. I know others are working on something simlar, in PHP. I set up my own WebDAV server, so now the only missing part is the ICS file parser.
As for iCal & WebDAV calendar publishing: in traditional Apple fashion, they have taken applications many people want and use, and have made them work together, and beautifully so. It's just amazing, and the possibilities are endless.
I need shared calendering on Mac and Linux. (Score:2)
Windows would help too, although I'm not too concerned about that. Oh, and I need to be able to sync it with my Zaurus. Can iCal do this?
Re:I need shared calendering on Mac and Linux. (Score:3, Funny)
Check it out [dayrunner.com]!
(HHOS [ic.ac.uk])
Re:I need shared calendering on Mac and Linux. (Score:1)
And that is if iSync, coming out later this month, doesn't do it. Wait a bit, and you should have all the software you could ask for.
"Heart can reach where hand cannot. Climb over any wall..." Mothra (via Moll) "Mothra 3: King Ghidora Attacks"
Mozilla Calendar supports iCalendar/WebDAV also (Score:5, Informative)
mod_digest and mod_auth_digest (Score:2)
Has anyone out there got mod_digest or mod_auth_digest to work with the OS 10.2 WebDAV? I'm using Apache 1.3.22 on a Linux server and I either get a "Password mismatch" if I use the older mod_digest or I get and "invalid nonce" error if I use the more recent mod_auth_digest.
If anyone out there has got this working I'd love to know what you did.
Re:mod_digest and mod_auth_digest (Score:1)
Load the module:
LoadModule digest_auth_module
And here's the directory entry:
<Directory
DAV On
AuthType Digest
AuthName "DotHome"
AuthDigestFile
AllowOverride None
Options None
</Directory>
<Directory
<Limit PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
Require user joe
</Limit>
</Directory>
Create the passwd entry with htdigest, using the realm DotHome.
Re:mod_digest and mod_auth_digest (Score:2)
Re:mod_digest and mod_auth_digest (Score:1)
Re:mod_digest and mod_auth_digest (Score:1)
linux webdav (Score:1)
iCalShare.com - Share Your iCalendar! (Score:1)
I've launched a little website called iCalShare.com [icalshare.com] that's a directory of all the cool iCalendars people have made. If you've made a calendar that you want to share with a wider audience, iCalShare.com [icalshare.com] is the place to do it.
It's also a great place to find a calendar. Some of the calendars listed on the site include calendars for space shuttle launches, Mac tradeshows, Cocoa and WebObjects training courses, and UK Sci-Fi conventions.
Check it out and let me know what you think!
Patrick Crowley
iCalShare.com [icalshare.com]
Share Your iCalendars!
ical, address book clutter (Score:1)
Re:ical, address book clutter (Score:2)
Apple could make one application that bundles all these things together, by why would you want that? If I want to write a mail client that shares information with address book and iCal, I can without having to deal with Mail.app. Each application should be small, well suited to a particular set of tasks, and easily tied to other applications.. Apple's doing this pretty well..