PDA

View Full Version : Calendar



pretentiousb
09-06-2008, 10:24 PM
Is there a way I can publish an iCal caldendar so that others can access it and subscribe to it?

Thanks.

ToddSackmann
10-22-2008, 10:44 AM
Just wondering if you ever figured this out...

I'm also having trouble doing this.

vlandru
07-28-2009, 06:33 AM
does anyone found a solution ?

schlerf
07-29-2009, 05:28 PM
Just found this on another host, but seems promising thus far. Give a shout if it works for anyone - I'm still sorta new with WebDAV, CalDAV and the like...

http://www.hostmonsterforum.com/showthread.php?t=1432

Quote:

I'm pleased to tell you that after a bit of searching and experimentation you CAN publish your calender at HM. WebDisk is either full or partial webdav so you can use it.

I found in this posting...
http://forums.asmallorange.com/lofiv...php/t6230.html

The following instructions... (and they worked) Thanks Tom whoever you are! (see note at the end that you must use regular webdisk, not SSL version)

Using WebDAV set up by cPanel 11 on my account on server aldo.asmallorange.com, I was able to successfully publish a calendar directly using Apple iCal v2.0.4. I am very pleased with this.

How to do it with Apple iCal v2.0.4 in Tiger. You are on your own to figure out other versions.

In this example, let us say that you want to set up access specifically for iCal with a uniquely chosen username and password for the new WebDAV account.
domain name: interactive.com
iCal-specific username is "zork"
iCal-specific password: xyzzy
publish in: /public_html/ical/
filename: adventure.ics

Of course you would change these to fit your circumstances.


Set up a "Web Disk" account (WebDAV account) using cPanel 11 on your server.

In the Create Web Disk account form enter
Login: zork
Password: xyzzy
Password (Again): xyzzy
Directory: /public_html/ical
(I'm not sure if you need to create this directory ahead of time. I did.)

Hit the Create button.


In Apple iCal, select the calendar you wish to publish.
In the Calendar menu select Publish... (or Change Location... if you have configured it previously).
Fill in the dialog as (using the example info above)
Publish calendar as: adventure
Publish on: a Private Server
Base URL: http://www.interactive.com:2077/
Login: zork@interactive.com
Password: xyzzy
Set the checkboxes in the dialog to your preferences.

Push the Publish button.

A file called "adventure.ics" will be uploaded into /public_html/ical on your server.
It will be uploaded again each time you "Refresh" the calendar publication in iCal.


Note that if you go back to edit the publishing information using "Change Location...", the Base URL will be incorrect. It will drop the :2077. You will need to add it back each time you edit the configuration info in that dialog.

With a shared hosting account, using port :2078 instead of :2077 will not work for iCal. The SSL will fail since iCal can't do a reverse DNS lookup to make sure that the name corresponds to the IP address. This is due to the account being on a shared server. Those of you with static IP addresses might be able to use :2078 and SSL for the connection.

jhonbob3@gmail.com
01-29-2010, 08:32 AM
schlerf,

Thank you for your tutorial. It worked great when I tried it. However, it no longer uploads the calendar for me. I'm using iCal on Mac OS 10.5. When ever I try to "Change Location" or "Publish" it throws and error:

HTTP/1.1 502 Got java.io.IOException (Resetting to invalid mark)

The port on the URL (2077) is definitely there and I have also tried deleting the calendar from my web server to start fresh.

Any ideas?