-
Notifications
You must be signed in to change notification settings - Fork 7
Description
The field DTSTAMP in our iCalendar stream (events.ics) contains a wrong date value.
Currently it contains the event date itself, but it should contain the last modification time of the event.
First, I thought I could solve it with a custom Jekyll plugin to read the file modification time. This works like a charme locally, but GitHub Pages restricts the usage of custom plugins "due to security concerns".
So, I don't see an automated option at the moment.
A possible solution (or workaround) could be to maintain a frontmatter attribute manually in each talk file. But that needs manual attention everytime the event is updated.
The implication of not having a proper DTSTAMP value in our iCalender stream is, that iJUG won't publish our events on their Mastodon account.
Personally(!), I don't care about that as I still don't see the importance of Mastodon today (compared to Twitter in good old times pre-Musk).
So, I leave up the possible solution to someone else... Feel free to provide a proposal.
(the same is relevant for the Cyberland website/ical feed)