Yes, although getting the URL seems to be more difficult than it needs to be. I believe that when you first
create a shared calendar publish a calendar, you're given two URLs for it: a webcal: address and an http: address. You want the http: address.
If all you have is the webcal: address (it will end in .ics) then you can convert it, as in this example:
webcal:
webcal://ical.me.com/someuser/MySharedCalendar.ics
http:
http://ical.me.com/someuser/MySharedCalendar
Change "webcal" to "http" and drop the .ics off the end. You'll get a webpage that shows the calendar.
⚠️ Last edited by jess on UTC; edited 1 time