Re: rendering?

"Simson L. Garfinkel" <[email protected]> Fri, 23 Jan 2004 17:31:28 -0500
Newsgroups gmane.ietf.vcalendar
Message-ID <[email protected]>
Thanks! I'll check it out.

iCalendar/vCalendar -- it's all the same to me.

I discovered that Apple's iCal has a really cool feature --- you can 
subscribe to other people's calendars and publish yours on the web. So 
I'm hacking it to publish "sanitized" calendars for me of when I'm busy 
and I want a rendering package.

I've also written a program that scans each day's calendar and sends 
email to people that I'm supposed to be meeting with. Kind of neat. It 
also parses the Palm native database format.


On Jan 23, 2004, at 5:22 PM, Hugh Blemings wrote:

> Hi,
>
> On Fri, 23 Jan 2004 09:43:12 -0500
> "Simson L. Garfinkel" <[email protected]> wrote:
>
>> Does anybody have a program that will take a vCalendar file and render
>> it in HTML?
>
> Not sure about vCalendar but I've used PHP iCalendar for a while now 
> and
> it seems to work quite well.
>
> Perhaps it could be modified to work with vCal or you could use a 
> parser
> to go from vCal to iCal first ?
>
> http://phpicalendar.sourceforge.net/nuke/
>
> Hope this helps,
>
> Cheers,
> Hugh
>