1 parent a96587d commit cf05f04Copy full SHA for cf05f04
1 file changed
templates/CRM/Activityical/snippet/Feed.tpl
@@ -31,7 +31,7 @@ ORGANIZER:MAILTO:{$activity.contact_email|crmICalText}
31
URL:{$activity.url}
32
CONTACT;ALTREP={$base_url}/civicrm/contact/view?reset=1&cid={$activity.source_id}:{$activity.source_display_name}
33
X-ALT-DESC;FMTTYPE=text/html:
34
- {$activity.description|activityicalHtml}
+ {$activity.description|crmICalText:true}
35
END:VEVENT
36
{/foreach}
37
END:VCALENDAR
0 commit comments