iCal Events for Multiple iCalendars

You can subscribe to an iCalendar or two iCalendars and display them on your page

Author:[benjo4u](Benjamin Fleischer) (profile at wordpress.org)
WordPress version required:2.0
WordPress version tested:2.7.1
Plugin version:1.0
Added to WordPress repository:09-06-2009
Last updated:09-06-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://benjaminfleischer.com/code/icalendar-e...
Total downloads:754
plugin download
Click to start download

I am currently modifying this from my private version to one that is more easily extensible in the admin section. This version may not work right. Not widgetized in this version. Example code. I like to use the Execute PHP Widget to encapsulate this code:

Here are the parameters to display two events: url1 = url of the first iCalendar url2 = url of the second iCalendar link_description = 1 if you want to include the link description limit = the number of events to display alt_open = 1 if it's not loading properly without this custom_reload1 = time in milliseconds before the cached copy is reloaded for url1 custom_reload2 = time in milliseconds before the cached copy is reloaded for url2 gmt_start=' . time() you can use this to set the start time for events being displayed

and you can manually reload it by loading your page yourdomain.org/?ical_events_reload=1 if you are logged in as admin