If you would like a new feature, or something doesn't work the way it should, do not hesitate to contact me or suggest a new feature.
If you have a URL that starts with webcal, then all you have to do is change the webcal:// to http:// and that should work.
Every 24 hours. Currently this can only be changed through the source code. You can change this using the ICAL_EVENTS_CACHE_TTL (time to live) near the top of the ics-functions.php file to the desired number of seconds in between checks. For example, to load events every day, use the following:
define('ICALEVENTSCACHE_TTL', 3600);
Loading calendars too frequently can get your server banned, so use your best judgment when setting this value.
This plugin makes an attempt to support as many event definitions that follow the ICS specification (RFC 2445) as possible. However, there may be bugs in how the plugin interprets the parsed data.
If an event is showing up correctly in your calendar application (iCal, Google Calendar) but not on your blog, please contact me: http://www.fullimpact.net/contact.php . In most cases I will ask that you send me your ICS file so that I can look into it further.
There are many ICS sources, such as:
Yes, this plugin supports usage of cURL via WordPress' wp_remote_fopen function.




