Proposal: <podcast:event> tag for adding recurring or upcoming events #464
Replies: 4 comments
-
This could also work for podcasters running sales or promotions. Like 30% off T-shirts for the week, or a double-bonus on donations (like No Agenda recently had). |
Beta Was this translation helpful? Give feedback.
-
A |
Beta Was this translation helpful? Give feedback.
-
Rather than re-inventing calendaring in the podcast namespace, I think it'd be much more reasonable to be able to just reference a calendar URL. <podcast:link rel="calendar" href="https://mypodcast.com/irl-events.ics" type="text/calendar"/> Sadly the RSS standard element does not support the rel concept so useful in HTML or ontology schema links like in RDF, so we'd still need to create a new element for this purpose. Introducing the semantics of HTML into the namespace would also allow us to support further resource links at the channel (and perhaps also item!) level without having to add more tags. |
Beta Was this translation helpful? Give feedback.
-
Actually, |
Beta Was this translation helpful? Give feedback.
-
With the hopes that #396 will be renamed to
<podcast:webhook>
, I'd like to propose an event/events tag for podcasts to list recurring or upcoming events. For example:Such events would most likely not be tied to individual items, except for a live item. So they should probably be channel-level.
The function of the tag would be for a podcast app, website, or automation to display upcoming events that an audience member could participate in and add to their own calendars (Google, Outlook, Apple, etc.).
The tag would need to support multiple instances for multiple events, simply recurring options, whole-day and time-specific dates, a title, maybe a description, a location, and a link to more information or GUID to reference a live item in the feed. It would look similar to the live-item tag, but would display as information only (maybe on a table) and not trigger any live player. The app could then offer to add any event to the user's calendar when tapping on the event.
Here are some examples of how the code could work:
I've debated whether this should merely be an extension of the live-item tag, but I think it's best to be separate because events might be informational and have no live activity with them, or they might be a "live" event that happens offline.
Beta Was this translation helpful? Give feedback.
All reactions