There are matching tpl.php files in date_api/theme, and template_preprocess_date_vcalendar is still being called, but missing some variables.

Notice: Undefined index: events in template_preprocess_date_vcalendar() (line 233 of /www/var/d7/sites/all/modules/date/date_api/theme/theme.inc).
Warning: Invalid argument supplied for foreach() in template_preprocess_date_vcalendar() (line 236 of /www/var/d7/sites/all/modules/date/date_api/theme/theme.inc).

Also, I followed the instructions, and it doesn't actually seem to work. The results of the tpl.php are just printed to the screen, not as a file.

Comments

tim.plunkett’s picture

Status: Active » Needs review
StatusFileSize
new992 bytes

In date_ical_views_plugins the plugins are set to use differently named theme functions than the plugin name.

tim.plunkett’s picture

StatusFileSize
new711 bytes

Oops, ignore the middle hunk, that was just me debugging.

tim.plunkett’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.