Set firefox to open webcal with google calendar?
All Replies (2)
Firefox allows you to add new protocol handlers (currently I only see two for webcal when I click that link), but the trick is finding a URL on Google Calendar to feed the source URL into. Someone might already have posted the recipe but, if not, hopefully a volunteer can figure one out.
For comparison:
this string seems to work in the web console when it's entered while you're on google.com:
navigator.registerProtocolHandler("webcal","https://www.google.com/calendar/render?cid=%s","Google Calendar");