nizo's Journal: Displaying ical file on a website 4
Journal
by
nizo
Does anyone know of a simple open source method for displaying ical files on a web page? I have an ical capable program that generates ical files, and I want to see events (like, ones for today and possibly this week) displayed in a pretty way once I transfer the file up to the web server. I don't want to edit calendars, I don't want to put them in a mysql database; I simply want to view an ical file. I found phpicalendar, which may do what I want, but after unpacking it I am thinking, wtf? 13330 lines of php plus 400+ files to display a simple ical file???
well (Score:1)
I googled ical to html since it sounds like that is what you want to do and one hit was iCal::Parser::HTML [cpan.org] which may or may not do what you want - but all the source is available including xslt files used in the transform - so it may give you the necessary boost to do your own if you don't want it in perl or the output isn't just what you want.
Re: (Score:2)
Oh sweet that may be just what I am looking for, thanks for pointing out what I should have been smart enough to search for on my own :-)
Re: (Score:1)
That's why we ask for help when we get stuck. Sometimes a certain approach blocks us from finding others. I'm glad I could help if it turns out to be useful for you.
i think we do this at the UW (Score:1)
I seem to recall somebody posted to one of the webapps lists here about it, so there should be something online about it.
Sorry I don't have further info, but it wasn't something I was looking into at the time.