Like many others I'm using this module in conjunction with the Calendar module.

Is it possible to customize the link to the ical? I'd like to use a custom image instead of the default RSS-like icon and change the content of the link to have a relevant text description like "Add {January 2015} to my calendar" for the month, week, etc.

I see the attach_to() function in date_ical_plugin_style_ical_feed but I don't know if or how to override it in my theme.

Comments

coredumperror’s picture

The icon itself is themed using the "date_ical_icon" theme. If you override that in your own module or theme, you should be able to customize the icon and tooltip.

coredumperror’s picture

Status: Active » Closed (works as designed)