function calendar_ical_cron in Calendar 5
Same name and namespace in other branches
- 5.2 calendar_ical.module \calendar_ical_cron()
Implementation of hook_cron().
File
- ./
calendar_ical.module, line 61 - Adds ical functionality to Calendar.
Code
function calendar_ical_cron() {
cache_clear_all('calendar_feeds_', calendar_ical_cache(), TRUE);
}