Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create an ICS for each individual event #198

Open
keunes opened this issue Nov 19, 2022 · 2 comments
Open

Create an ICS for each individual event #198

keunes opened this issue Nov 19, 2022 · 2 comments
Labels
new New elements or building blocks to be added to the website

Comments

@keunes
Copy link
Member

keunes commented Nov 19, 2022

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:

Make sure to include https://icalendar.org/New-Properties-for-iCalendar-RFC-7986/5-8-source-property.html (don't test in Thunderbird)

@keunes keunes added the new New elements or building blocks to be added to the website label Nov 19, 2022
@ByteHamster
Copy link
Member

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?

@keunes
Copy link
Member Author

keunes commented Nov 21, 2022

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new New elements or building blocks to be added to the website
Projects
None yet
Development

No branches or pull requests

2 participants