Replies: 2 comments 3 replies
-
Looking into this as well. Seems most use something called an iFrame to embed a calendar from some other service (typically Google Calendar). I was working on making a website for an academic group, they have short presentations, a mailing list, etc. Quarto would be wonderful because it could easily host academic works (stuff like a bibliography, citations for their presentations, etc.) At present I'm looking at hosting the site using GitHub Pages, using GitHub Actions to update the calendar. I'm looking into Python packages (I don't know JavaScript) that can produce a CalDav server or .ics file. I'll update if I figure something out. If there was a Quarto extension for this that would make life so much easier. |
Beta Was this translation helpful? Give feedback.
-
Any solution using HTML/Javascripts/etc. should work on Quarto either by including the code in See https://quarto.org/docs/output-formats/html-basics.html#includes. Additionally, one could make an extension out of a JavaScript library: https://quarto.org/docs/extensions/creating.html |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks,
Does anyone have an example for how to display an ICS calendar in their Quarto website?
I found a couple of JS methods folks shared for website in general, but I haven't seen an example for how to include it in Quarto, and I want to be sure I'm doing it right 😇 .
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions