Plugin Author
room34
(@room34)
Most likely what you want to do can be achieved with CSS, but I’m not sure I understand. Can you tell me what part you don’t want to display? Thanks.
instead of:
16. Dezember 2019
Arbeitskreis Behindertenhilfe
10. Februar 2020
Arbeitskreis Behindertenhilfe
11. Mai 2020
Arbeitskreis Behindertenhilfe
I would like to have:
16. Dezember 2019, 10. Februar 2020, 11. Mai 2020
Plugin Author
room34
(@room34)
Ah, OK… so you want to consolidate 3 instances of the same event down to a single item in the list, with all 3 of the dates it occurs.
Unfortunately this isn’t possible with how the data is structured in the plugin.
Too bad. Thank you for the super fast response.
Can I hide the respective “Arbeitskreis Behindertenhilfe”?
Plugin Author
room34
(@room34)
This would remove the title on all events in a feed, but if that’s what you’d like to do (sounds like it might work for your use case), here’s the code:
.ics-calendar .event .title { display: none; }
Great. Thank you very much. A donation is on the way.
Plugin Author
room34
(@room34)
Much appreciated! Let me know if I can help with anything else.