function hook_date_ical_icalcreator_calendar_alter in Date iCal 7.2
Alter the iCalcreator vcalendar object that was parsed from an imported iCal feed.
Parameters
$calendar: The iCalcreator vcalendar object that was created by parsing the iCal feed. See the iCalcreator library for documentation on this object.
$context: An associative array of context, with the following keys and values:
- 'source' FeedsSource object associated with this Feed.
- 'fetcher_result': The FeedsFetcherResult object associated with this Feed.
1 invocation of hook_date_ical_icalcreator_calendar_alter()
- DateIcalIcalcreatorParser::parse in includes/
DateIcalIcalcreatorParser.inc - Load and run parser implementation of FeedsParser::parse().
File
- ./
date_ical.api.php, line 143
Code
function hook_date_ical_icalcreator_calendar_alter(&$calendar, &$context) {
}