Closed (cannot reproduce)
Project:
GCal Events
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2011 at 16:15 UTC
Updated:
14 May 2015 at 18:44 UTC
Jump to comment: Most recent
Comments
Comment #1
nlou commentedHere's my hack for getting the calendar to correctly parse html in the description: Set input format gcal_events to allow php. Go to each block, configure, and put following code in the #DESC# field:
$desc= html_entity_decode('#DESC#'); echo $desc;. I believe the reason it encoding html entities is in the simplepie.inc process which pulls the feed from google and parses it, but this was an easier hack than trial and error in simplepie.Comment #2
travisjbennett commentedI'm using the same concept for my site. It works great.
Any chance someone could add this to the dev version? I have no clue how I would go about it...
Could some think there needs to be an option for it on the block config page or something.
Comment #3
jdwfly commentedWill look into for D7 version and back port if needed.
Comment #4
jdwfly commented