function calendar_ical_calendar_add_items in Calendar 5
Same name and namespace in other branches
- 5.2 calendar_ical.module \calendar_ical_calendar_add_items()
Implementation of hook_calendar_add_items().
File
- ./
calendar_ical.module, line 75 - Adds ical functionality to Calendar.
Code
function calendar_ical_calendar_add_items($view) {
return calendar_ical_add_feeds($view);
}