An extension for the WordPress plugin WP Calendar, which generates iCal / RFC5545 / RFC2445 conform files.
At http://your-web-address/?wp-calendar-ical
Place the following code to your theme
echo ical_wp_calendar_getIcalUrl();
or use a widget like the Text Widget to your sidebar and place a code like
<ul class="feed-list">
<li><a href="http://your-web-address/?wp-calendar-ical">All Events (iCal)</a></li>
</ul>
By adding 'category=1' to the feed url, you can limit to events, which are asssigned to the (post) category 1. The feed url will then look like
Requires: 3.0 or higher
Compatible up to: 3.3.2
Last Updated: 2011-8-30
Downloads: 1,119
Got something to say? Need help?