04-22-2019, 11:25 PM
I don't know much about html but can usually figure out enough to get a webpage to display on CQC with a web widget.  I am having a problem getting a Google Calendar to display using the tools they provide within their Google Calendar settings.  You can generate a customized embedded script using IFrames to place into your webpage, which I did.
I can run the .html file I built without problems on both Chrome and IE, but I get an error message when using the WebBrowser widget as follows:
1st Error: Object doesn't support property or method 'map'
2nd Error: Object doesn't support property or method 'addEventListener'
Here is the html file I access in the /HTMLRoot folder:
I can run the .html file I built without problems on both Chrome and IE, but I get an error message when using the WebBrowser widget as follows:
1st Error: Object doesn't support property or method 'map'
2nd Error: Object doesn't support property or method 'addEventListener'
Here is the html file I access in the /HTMLRoot folder:
Code:
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<iframe src="https://calendar.google.com/calendar/embed?showTitle=0&showNav=0&showDate=0&showPrint=0&showTabs=0&showCalendars=0&showTz=0&mode=AGENDA&height=520&wkst=1&bgcolor=%23FFFFFF&src=emailaddy1%40gmail.com&color=%2329527A&src=emailaddy2%40gmail.com&color=%23182C57&src=en.usa%23holiday%40group.v.calendar.google.com&color=%23125A12&ctz=America%2FChicago" style="border-width:0" width="284" height="520" frameborder="0" scrolling="no">
</iframe>
</body>
</html>