tags:

views:

89

answers:

1

Im looking for a way to convert a iCal file to an RSS feed, anyone know of anything existing that could help me achieve this?

+2  A: 

You can make use of this iCalender parser PHP class to extract data as you need and then format the extracted data in to a feed.

codaddict