Hi,
I'm using Mac OS X's iCal programme and am able to subscribe to a user's calendar using http://<server>/servlet/webdav.ical but this allows read only access to the calendar.
If I try to publish an existing calendar with no name for the calendar I get:
If I try with a named calendar such as the "Work" I get:
Can anyone give me an idea of where I'm going wrong? I'd like to be able to create appointments with my client application.
Thanks for any ideas.
I'm using Mac OS X's iCal programme and am able to subscribe to a user's calendar using http://<server>/servlet/webdav.ical but this allows read only access to the calendar.
If I try to publish an existing calendar with no name for the calendar I get:
Code:
Request for http://<user>@<server>/servlet/webdav.ical failed. The server responded with "HTTP/1.1 500 Internal Server Error"
Code:
http://<user>@<server>/servlet/webdav.ical/Work.ics is not a valid location for this request
Can anyone give me an idea of where I'm going wrong? I'd like to be able to create appointments with my client application.
Thanks for any ideas.
Comment