• I have a feed working fine. I need to change the title of the event to be generic, i.e. hoover for details whilst still being able to show the unique details. Is this possible?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author room34

    (@room34)

    There’s not a configuration option to give events a generic title but keep the details intact, but you should be able to do what you need with using the r34ics_display_calendar_filter_ics_data filter.

    https://icscalendar.com/developer/#r34ics_display_calendar_filter_ics_data

    The second example code snippet under “Example Usage” is pretty close to what you’d need to alter the title. Unfortunately this is the best option right now, with a ton of nested foreach loops. I’m looking into adding some more filters that would just apply directly to a given data field in every event, so you’d be able to bypass those nested loops.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.