Upcoming Events free WordPress plugin
Description
Upcoming Events free WordPress plugin
Upcoming Events is a plugin that can receive iCalendar feeds from third party
sites and display aggregated upcoming events from multiple feeds. As of this
time, it has received very little testing, but it is working on the author’s
site using two feeds from Google, one from Yahoo, and one from ical.mac.com.
This first release version provides the ability to add a virtually unlimited
number of feeds, but does not contain the ability to delete any (feeds can be
hidden so they don’t show up in the sidebar).
ICS files are locally cached and will be automatically updated when they reach
a certain age. This age is configurable both as a global default and
individually for each user. The options range from 1 Hour to 1 Year with many
available options in between.
Release Notes
For a full revision log, see http://dev.wp-plugins.org/log/upcoming-events
v0.5 – 26-Sep-2007
Allow multiple widgets that can display different feeds
Fix a PHP 4 compatibility issue
Make the popups with event details fade in and out
code_name can no longer start with an underscore
v0.4 – 11-Sep-2007
Use $wpdb->prefix for forward compatibility with WordPress
Provide limited support for recurring events
Specify that the background should be White in the CSS file
Display newly added feeds by default
v0.3 – 6-Dec-2006
Removed a debugging statement that caused days/weeks to display incorrectly
Individual iCal feeds can be immediately updated from the admin page
The events list is now valid XHTML 1.0 Transitional
The admin page now produces valid XHTML 1.0 Transitional
CSS styles are in their own seperate file for easier modification
More information is provided in a tooltip-like popup for each event
Basic error checking is done when making changes on the admin page
v0.2 – 29-Nov-2006
Now runs on PHP 4 (used to have PHP 5 specific code)
Can now be loaded as a sidebar widget
v0.1 – 22-Nov-2006
Initial release