function hook_date_ical_import_vcalendar_alter in Date iCal 7.3
Alter the vcalendar object imported from an iCal feed.
Parameters
object $calendar: An instance of the iCalcreator library's vcalendar class.
array $context: An associative array of context, with the following keys and values:
- 'source' FeedsSource object for this Feed.
- 'fetcher_result': The FeedsFetcherResult object for this Feed.
1 invocation of hook_date_ical_import_vcalendar_alter()
- DateiCalFeedsParser::parse in includes/
DateiCalFeedsParser.inc - Implements FeedsParser::parse().
File
- ./
date_ical.api.php, line 151 - Documentation for the hooks provided by Date iCal.
Code
function hook_date_ical_import_vcalendar_alter(&$calendar, $context) {
}