Displaying contents of an iCal feed in Concrete5

Permalink
Hi,

Is there a way to display the contents of an iCal feed on a C5 website? We have a database that produces iCal feeds for events (which would allow us to automate event displays on our website). Has anyone had success displaying the contents of such a data feed?

I am running C5 8.3.2

thanks

 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi bayleafmedia,

I think you would need to create a custom add-on for this.

There are PHP libraries for parsing iCal feeds. The parsed ical feed could be formatted and then displayed. You could potentially run this as a job, so the feed updates at set intervals.
https://github.com/sabre-io/vobject...
http://sabre.io/vobject/icalendar/...
BHWW replied on at Permalink Reply 1 Attachment
BHWW
Hi

I've been working on something for a client, it's fairly simple but should work to help you out.

It adds an extra calendar option called feeds in the dashboard to add ical feeds, its simple but works.

Ta
tangent replied on at Permalink Reply
tangent
Hello.

This is something I have been asked if we could add to our website. I hope you don't mind but I have installed your attachment and added a feed, but cannot find a calendar block to add to the page. Am I missing something?

Thanks.