Google-calendar – Accessing a password-protected iCalendar feed from Google Calendar

authenticationgoogle-calendar

I want Google Calendar to show the events from a remote ics feed protected by HTTP Basic Authentication.

The URL is like:
http://user:password@host/path/eventList?site=calsite&format=calendar

But Google Calendar fails to load this URL ("could not fetch the URL").

How to achieve this?

Best Answer

Google Calendar does not have the option to access password protected feeds.

Try using Yahoo Pipes, which will generate an obfuscated feed url to use in Google Calendar. I've done this to access password protected RSS feeds in Google Reader.

To clarify: password protected iCal feed => Yahoo Pipes => Google Calendar