On Tue, 2002-10-29 at 16:47, D. D. Brierton wrote: > > That is a very nifty tip - except I'm not sure how to access the files; > the URLs all have a webcal protocol, i.e. > > webcal://ical.mac.com/ical/UK32Holidays.ics > > I'm unfamiliar with the webcal protocol - how can I access the file from > within Ximian GNOME?
It's just a text file. Copy and paste the URL into your browser's "open URL" dialog or address bar, changing the "webcal:" to "http:" and then save the file. Or, from the shell prompt, type: wget http://ical.mac.com/ical/UK32Holidays.ics This will save the .ics file in your current directory, from which you can then import it into Evolution. I just tried it for US holidays and it appeared to be imported and work with no problem at all. Eric -- I have nothing against the American people... ...but it is time for a regime change. _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
