Support talks iCal output #72
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "vojta001/talks-cal"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
M8, it's broken: https://gitlab.com/patek-devs/patek.cz/-/pipelines/214397932
I know. I suspect it is because of different Hugo versions. I'll investigate.
cascade
was added to front matter in Hugo v0.57.0added 2 commits
24c59f3b
- Update Hugo from 0.55.6 to 0.78.19fb41b7b
- Merge branch 'vojta001/update-hugo' into vojta001/talks-calCompare with previous version
Sounds cool, but clicking the buttons does nothing in Firefox.
Can you please post the link target? Also keep in mind the protocol (or more like pseudo protocol) is
webcal://
which is supported by calendar apps, not web browsers (even though it is accessed over HTTP(S)).added 1 commit
1f5e311c
- Explicitly enable RSS output format for talksCompare with previous version
The link points to
webcal://localhost:1313/talks/install-gentoo/index.ics
it seems that I just don't have the feature set up on my desktop. I tried following this tutorial: https://support.mozilla.org/en-US/questions/1196085, and it now works with google calendar, but inserts an empty calendar which might be caused by the fact I'm on localhost. I didn't manage to get it working on Android, both with Chrome and Firefox. The page just loads for a split second and nothing happens.I cannot agree; it works fine for me even using the outputs from the CI.
Cannot test rn, but looks good
approved this merge request
Still doesn't work on my phone and I think it's not a problem on my side
Well, what did you try? Are you pasting the link to your calendar app?
approved this merge request
mentioned in commit
5ca2d9b301
resolved all threads
After a personal discussion, we decided to deploy it as is including the usage of
webcal://
and eventually change it tohttp(s)://
later, if it show to be better.