有什么办法可以将我的 Google 日历添加到 StackPanel?
function calendar(app){
return HtmlService.createHtmlOutputFromFile('calendar');
}
**** HTML FILE ****
<html>
<iframe src="http://www.google.com/calendar/embed?src=davie.k12.nc.us_d2mv2eb8aspuant1vb5j6r3sis%40group.calendar.google.com&ctz=America/New_York" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</html>