How do I use iCal files on my server without WebDAV?
September 8, 2005 10:43 PM   RSS feed for this thread Subscribe

I have a couple ideas, but... how can I sync my iCal calendars with my webserver that's not running WebDAV?

I'm a switcher as of 3 weeks ago, and I'd like to post my iCal files to my personal webserver (which will then be read by phpicalendar and converted). I was thinking of just doing an Applescript using Automator, but Automator's iCal functions are pretty limited.

I'd basically like to use iCal's "Export" function, export all my calendars to a directory, and upload them to my webserver with one click.

I found this shell script (about 4 posts down) and tried running it using Automator, but it didn't work either. Anyone know how to access the Export command with Applescript? My google-fu and modest coding experience aren't doing it for me.
posted by gramcracker to computers & internet (5 comments total)
I'm not entirely sure what you're trying to do, but have you considered setting up iCal to export your schedule automatically to a site like icalx and then running some sort of a cron job to get the .ics files [or the html files] from there to your webserver? I use this and it just uploads the files there whenever I edit anything on iCal. Have you tried using iCal's Publish feature instead of the Export feature?
posted by jessamyn at 11:01 PM on September 8, 2005


Best way I've found is to use PHPiCalendar which has a WebDAV emulation script (publish.ical.php). Then I just set iCal to publish to that location and can subscribe from my work Mac to have my calendar there too (read only alas).

Just re-read you question and see that you're already using phpicalendar - you should be set to go!
posted by gi_wrighty at 3:59 AM on September 9, 2005


Yeah, I've tried the publish feature, but it doesn't seem to upload the files for some reason.
posted by gramcracker at 7:15 AM on September 9, 2005


I think there was some issues with permissions when I first set it up, I ended up chmod 777 the calendars directory so it's blown open for all and sundry (which is just me).
posted by gi_wrighty at 8:26 AM on September 9, 2005


I am currently using phpical but have a script running on my machine to automatically FTP the necessary calendar file up to the server. That works too.
posted by pwb503 at 10:39 AM on September 9, 2005


« Older What is that small, long pocke...   |   How much creative license shou... Newer »

You are not logged in, either login or create an account to post comments



Related Questions
What's the best calendar option for a 50-person,... July 1, 2008
Is it possible to export an .ics file from iCal... November 4, 2007
OS X tools for task management? November 30, 2004
OS X WebDAV iCal server crashes. How do I restart it? November 11, 2004
Mac question: I love iCal for calendering, but... September 16, 2004