<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How do I use iCal files on my server without WebDAV?</title>
	<link>http://ask.metafilter.com/23804/How-do-I-use-iCal-files-on-my-server-without-WebDAV/</link>
	<description>Comments on Ask MetaFilter post How do I use iCal files on my server without WebDAV?</description>
	<pubDate>Thu, 08 Sep 2005 23:01:42 -0800</pubDate>
	<lastBuildDate>Thu, 08 Sep 2005 23:01:42 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How do I use iCal files on my server without WebDAV?</title>
		<link>http://ask.metafilter.com/23804/How-do-I-use-iCal-files-on-my-server-without-WebDAV</link>	
		<description>I have a couple ideas, but... how can I sync my iCal calendars with my webserver that&apos;s not running WebDAV? &lt;br /&gt;&lt;br /&gt; I&apos;m a switcher as of 3 weeks ago, and I&apos;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&apos;s iCal functions are pretty limited. &lt;br&gt;
&lt;br&gt;
I&apos;d basically like to use iCal&apos;s &quot;Export&quot; function, export all my calendars to a directory, and upload them to my webserver with one click.&lt;br&gt;
&lt;br&gt;
I found &lt;a href=&quot;http://www.macosxhints.com/article.php?story=20050605223134213&quot;&gt;this shell script&lt;/a&gt; (about 4 posts down) and tried running it using Automator, but it didn&apos;t work either. Anyone know how to access the Export command with Applescript? My google-fu and modest coding experience aren&apos;t doing it for me.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.23804</guid>
		<pubDate>Thu, 08 Sep 2005 22:43:47 -0800</pubDate>
		<dc:creator>gramcracker</dc:creator>
		
			<category>mac</category>
		
			<category>osx</category>
		
			<category>ical</category>
		
			<category>applescripts</category>
		
	</item> <item>
		<title>By: jessamyn</title>
		<link>http://ask.metafilter.com/23804/How-do-I-use-iCal-files-on-my-server-without-WebDAV#378435</link>	
		<description>I&apos;m not entirely sure what you&apos;re trying to do, but have you considered setting up iCal to export your schedule automatically to a site like &lt;a href=&quot;http://www.icalx.com/&quot;&gt;icalx&lt;/a&gt; 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&apos;s Publish feature instead of the Export feature?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.23804-378435</guid>
		<pubDate>Thu, 08 Sep 2005 23:01:42 -0800</pubDate>
		<dc:creator>jessamyn</dc:creator>
	</item><item>
		<title>By: gi_wrighty</title>
		<link>http://ask.metafilter.com/23804/How-do-I-use-iCal-files-on-my-server-without-WebDAV#378509</link>	
		<description>Best way I&apos;ve found is to use &lt;a href=&quot;http://phpicalendar.net/&quot;&gt;PHPiCalendar&lt;/a&gt; which has a WebDAV emulation script (&lt;a href=&quot;http://phpicalendar.net/documentation/index.php?title=Using_publish.ical.php&quot;&gt;publish.ical.php&lt;/a&gt;).  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).&lt;br&gt;
&lt;br&gt;
Just re-read you question and see that you&apos;re already using phpicalendar - you should be set to go!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.23804-378509</guid>
		<pubDate>Fri, 09 Sep 2005 03:59:45 -0800</pubDate>
		<dc:creator>gi_wrighty</dc:creator>
	</item><item>
		<title>By: gramcracker</title>
		<link>http://ask.metafilter.com/23804/How-do-I-use-iCal-files-on-my-server-without-WebDAV#378589</link>	
		<description>Yeah, I&apos;ve tried the publish feature, but it doesn&apos;t seem to upload the files for some reason.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.23804-378589</guid>
		<pubDate>Fri, 09 Sep 2005 07:15:47 -0800</pubDate>
		<dc:creator>gramcracker</dc:creator>
	</item><item>
		<title>By: gi_wrighty</title>
		<link>http://ask.metafilter.com/23804/How-do-I-use-iCal-files-on-my-server-without-WebDAV#378641</link>	
		<description>I think there was some issues with permissions when I first set it up, I ended up chmod 777 the calendars directory so it&apos;s blown open for all and sundry (which is just me).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.23804-378641</guid>
		<pubDate>Fri, 09 Sep 2005 08:26:50 -0800</pubDate>
		<dc:creator>gi_wrighty</dc:creator>
	</item><item>
		<title>By: pwb503</title>
		<link>http://ask.metafilter.com/23804/How-do-I-use-iCal-files-on-my-server-without-WebDAV#378752</link>	
		<description>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.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.23804-378752</guid>
		<pubDate>Fri, 09 Sep 2005 10:39:40 -0800</pubDate>
		<dc:creator>pwb503</dc:creator>
	</item>
	</channel>
</rss>
