I have a Google Calendar feed connected to Drupal. It seems that the body of the message has html tags quoted by the FeedAPI. For example the following is part of a node as displayed:

Recurring Event<br>
First start: 2007-08-27 16:00:00 PDT
<br>
Duration: 7200

<br>Where: East Bay
<br>Event Status: confirmed
<br>Event Description: Tango &amp;amp; More – Argentine Dance looking for dancers

Is there a way to make the feed module stop quoting html in the body of the feed?

Comments

alex_b’s picture

Status: Active » Postponed (maintainer needs more info)

- What's the default filter setting for the node you are using as feed item? - Set it to full HTML.
- What's the parser you are using?

sasconsul’s picture

I have set the Filter for the Feed to full HTML, but that does not seem to effect the 'Tangoing Event' nodes created by the feed. How do I set the default filter for the body of the content type?

BTW, I am using SImplePie as the feed processor.

alex_b’s picture

Set the filter for the node type that you use as feed _item_ to full HTML, too.

sasconsul’s picture

Humm,

I made sure that SimplePie was turned on and tried the feed again only to get an error page:

Fatal error: Cannot use object of type stdClass as array in /home/bayareat/public_html/t5/modules/feedapi/feedapi.module on line 142
alex_b’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Closing after extended period of inactivity.