Create an ICS for each individual event
Short description: Create an ics for each event, which can be called from the event page
Location:
Why have this: allow people to quickly add single event in their calendar, e.g. without getting all recurring events in their calendar.
More info:
- event.ics layout and collection (might require splitting _events and _recurring-events to get rid of permalink in recurring events front matter)
- use output
Make sure to include https://icalendar.org/New-Properties-for-iCalendar-RFC-7986/5-8-source-property.html (don't test in Thunderbird)
might require splitting _events and _recurring-events to get rid of permalink in recurring events front matter
Can't we just ignore the link there, instead of adding a new copy of basically the same thing?
Can't we just ignore the link there, instead of adding a new copy of basically the same thing?
The permalink is defined in front matter. I don't think we can override that somehow.
We'd not really be adding a copy of the same thing. We'd just be splitting recurring events into another folder and making it a separate collection so we can give it another slug via the config, so that setting the permalink in front matter isn't necessary (cause that's what caused an issue when I tried before).