You are here

function hook_date_ical_export_vcalendar_alter in Date iCal 7.3

Alter the iCalcreator vcalendar object before it's exported as an iCal feed.

You can use this hook to add sections to the generated iCal feed which Date iCal might not support.

Parameters

object $vcalendar: A reference to the iCalcreator vcalendar object representing this feed.

object $view: The view object that is being executed to render the iCal feed.

1 invocation of hook_date_ical_export_vcalendar_alter()
date_ical_plugin_style_ical_feed::render in includes/date_ical_plugin_style_ical_feed.inc
Render the event arrays returned by the row plugin into a VCALENDAR.

File

./date_ical.api.php, line 118
Documentation for the hooks provided by Date iCal.

Code

function hook_date_ical_export_vcalendar_alter(&$vcalendar, $view) {
}