I'm trying to include a Google Calendar in my shiny app following the instructions here:
https://support.google.com/calendar/answer/41207?hl=en
I copy the appropriate HTML code. I've tried using
uiOutput
and htmlOutput
along with renderUI
and tags$iframe
. I've also tried saving the HTML given by Google as a file called calendar.html
in my Shiny App directory. But I cannot get it to render.
All that shows is a blank page.