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.

    1 answer 1

    Yes. really.

    The RSS specification has a strict format. This is done to unify the notifications of new news. More complete freedom gives itself XML, it is possible to enclose any data structures in it.

    As for event feeds, there is no strict format (such as for RSS feeds). For example, in such small ones.