Tell me, how can I add custom fields to the rss feed? After all, it has a strict specification .
For example, I need:
<?xml version="1.0" encoding="utf8"?> <feed version="1.1"> <events> <event id="93492" price="true" type="concert"> <title><![CDATA[Kodaline]]></title> <age_restricted>18+</age_restricted> <tags> <tag>18+</tag> <tag>концерт</tag> <tag>рок и рок-н-ролл</tag> </tags> <gallery> <image href="***"/> </gallery> <text><![CDATA[]]></text> </event> <events> </feed>
those. roughly speaking tape events.
As I guess it can not relate to RSS in any way? Is there any specification for creating an event feed? Which, for example, can be synchronized in the google calendar.