You are here

function hook_date_ical_export_post_render_alter in Date iCal 7.3

Alter the final rendered text of an iCal feed before it gets exported.

This is a last resort hook, allowing you to alter the output of the feed in case nothing else works.

Parameters

string $rendered_calendar: A reference to the string containing the rendered the iCal feed.

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

1 invocation of hook_date_ical_export_post_render_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 133
Documentation for the hooks provided by Date iCal.

Code

function hook_date_ical_export_post_render_alter(&$rendered_calendar, $view) {
}